Html Css Color HEX #CCE175 Mindaro

📋 copy color: '#CCE175'

red 204 ◦ green 225 ◦ blue 117

#CCE175
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CCE175

Tints of Mindaro #CCE175

RGB

 RED value IS 204 (80.08% from 255) = 37.36%

 GREEN value IS 225 (88.28% from 255) = 41.21%

 BLUE value IS 117 (46.09% from 255) = 21.43%

R = 37.36%
G = 41.21%
B = 21.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCE175 (or 0xCCE175) is known color: Mindaro. HEX triplet: CC, E1 and 75. RGB value is (204,225,117). Sum of RGB (Red+Green+Blue) = 204+225+117=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE175 is #331E8A. Grayscale: #CECECE. Windows color (decimal): -3350155 or 7725516. OLE color: 7725516.

HSL color Cylindrical-coordinate representation of color #CCE175: hue angle of 71.67º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCE175 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 117 -
CMYK 0.09 0 0.48 0.12
HSL 71.67º 0.64% 0.67% -
HSV(B) 71.67º 0.48% 0.88% -
XYZ 55.04 67.97 27.05 -
YUV 206.41 77.54 126.28 -
System Red Green Blue C M Y K H S L
Decimal 204 225 117 0.09 0 0.48 0.12 71.67 0.64 0.67
Hex CC E1 75 9 0 30 C 48 40 43
Octal 314 341 165 11 0 60 14 110 100 103
Binary 11001100 11100001 1110101 1001 0 110000 1100 1001000 1000000 1000011

Color Harmonies of #CCE175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE175

Black with #CCE175

Text Example


Text Example

White with #CCE175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE175; }

 p { color: rgb(204,225,117); }

 H1.HeaderClassName
 {
   color: #CCE175;
 }
 .AnyTagClassName
 {
   color: #CCE175;
 }
</style>

background-color css

<style>
 a { background-color: #CCE175; }

 a { background-color: rgb(204,225,117); }

 div.DivClassName
 {
   background-color: #CCE175;
 }
 .BgClassName
 {
   background-color: #CCE175;
 }
</style>

border-color css

<style>
 span { border-color: #CCE175; }

 span { border-color: rgb(204,225,117); }

 td.TdClassName
 {
   border-color: #CCE175;
 }
 .TagClassName
 {
   border-color: #CCE175;
 }
</style>