Html Css Color HEX #CCE072 Mindaro

📋 copy color: '#CCE072'

red 204 ◦ green 224 ◦ blue 114

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

Shades of Mindaro #CCE072

Tints of Mindaro #CCE072

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.33%

 BLUE value IS 114 (44.92% from 255) = 21.03%

R = 37.64%
G = 41.33%
B = 21.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#CCE072 (or 0xCCE072) is known color: Mindaro. HEX triplet: CC, E0 and 72. RGB value is (204,224,114). Sum of RGB (Red+Green+Blue) = 204+224+114=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE072 is #331F8D. Grayscale: #CDCDCD. Windows color (decimal): -3350414 or 7528652. OLE color: 7528652.

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

Color convert

RGB 204 224 114 -
CMYK 0.09 0 0.49 0.12
HSL 70.91º 0.64% 0.66% -
HSV(B) 70.91º 0.49% 0.88% -
XYZ 54.59 67.36 26.04 -
YUV 205.48 76.37 126.94 -
System Red Green Blue C M Y K H S L
Decimal 204 224 114 0.09 0 0.49 0.12 70.91 0.64 0.66
Hex CC E0 72 9 0 31 C 47 40 42
Octal 314 340 162 11 0 61 14 107 100 102
Binary 11001100 11100000 1110010 1001 0 110001 1100 1000111 1000000 1000010

Color Harmonies of #CCE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE072

Black with #CCE072

Text Example


Text Example

White with #CCE072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE072; }

 p { color: rgb(204,224,114); }

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

background-color css

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

 a { background-color: rgb(204,224,114); }

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

border-color css

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

 span { border-color: rgb(204,224,114); }

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