Html Css Color HEX #CCE470 Mindaro

📋 copy color: '#CCE470'

red 204 ◦ green 228 ◦ blue 112

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

Shades of Mindaro #CCE470

Tints of Mindaro #CCE470

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.91%

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

R = 37.5%
G = 41.91%
B = 20.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#CCE470 (or 0xCCE470) is known color: Mindaro. HEX triplet: CC, E4 and 70. RGB value is (204,228,112). Sum of RGB (Red+Green+Blue) = 204+228+112=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 228 (89.45% from 255 or 41.91% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE470 is #331B8F. Grayscale: #D0D0D0. Windows color (decimal): -3349392 or 7398604. OLE color: 7398604.

HSL color Cylindrical-coordinate representation of color #CCE470: hue angle of 72.41º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCE470 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 228 112 -
CMYK 0.11 0 0.51 0.11
HSL 72.41º 0.68% 0.67% -
HSV(B) 72.41º 0.51% 0.89% -
XYZ 55.57 69.49 25.81 -
YUV 207.6 74.05 125.43 -
System Red Green Blue C M Y K H S L
Decimal 204 228 112 0.11 0 0.51 0.11 72.41 0.68 0.67
Hex CC E4 70 B 0 33 B 48 44 43
Octal 314 344 160 13 0 63 13 110 104 103
Binary 11001100 11100100 1110000 1011 0 110011 1011 1001000 1000100 1000011

Color Harmonies of #CCE470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE470

Black with #CCE470

Text Example


Text Example

White with #CCE470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE470; }

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

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

background-color css

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

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

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

border-color css

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

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

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