Html Css Color HEX #CCE170 Mindaro

📋 copy color: '#CCE170'

red 204 ◦ green 225 ◦ blue 112

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

Shades of Mindaro #CCE170

Tints of Mindaro #CCE170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.7%

R = 37.71%
G = 41.59%
B = 20.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#CCE170 (or 0xCCE170) is known color: Mindaro. HEX triplet: CC, E1 and 70. RGB value is (204,225,112). Sum of RGB (Red+Green+Blue) = 204+225+112=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE170 is #331E8F. Grayscale: #CECECE. Windows color (decimal): -3350160 or 7397836. OLE color: 7397836.

HSL color Cylindrical-coordinate representation of color #CCE170: hue angle of 71.15º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCE170 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 112 -
CMYK 0.09 0 0.50 0.12
HSL 71.15º 0.65% 0.66% -
HSV(B) 71.15º 0.5% 0.88% -
XYZ 54.75 67.86 25.54 -
YUV 205.84 75.04 126.69 -
System Red Green Blue C M Y K H S L
Decimal 204 225 112 0.09 0 0.50 0.12 71.15 0.65 0.66
Hex CC E1 70 9 0 32 C 47 41 42
Octal 314 341 160 11 0 62 14 107 101 102
Binary 11001100 11100001 1110000 1001 0 110010 1100 1000111 1000001 1000010

Color Harmonies of #CCE170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE170

Black with #CCE170

Text Example


Text Example

White with #CCE170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE170; }

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

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

background-color css

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

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

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

border-color css

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

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

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