Html Css Color HEX #CCE972 Mindaro

📋 copy color: '#CCE972'

red 204 ◦ green 233 ◦ blue 114

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

Shades of Mindaro #CCE972

Tints of Mindaro #CCE972

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.29%

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

R = 37.02%
G = 42.29%
B = 20.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#CCE972 (or 0xCCE972) is known color: Mindaro. HEX triplet: CC, E9 and 72. RGB value is (204,233,114). Sum of RGB (Red+Green+Blue) = 204+233+114=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE972 is #33168D. Grayscale: #D3D3D3. Windows color (decimal): -3348110 or 7530956. OLE color: 7530956.

HSL color Cylindrical-coordinate representation of color #CCE972: hue angle of 74.62º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCE972 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 233 114 -
CMYK 0.12 0 0.51 0.09
HSL 74.62º 0.73% 0.68% -
HSV(B) 74.62º 0.51% 0.91% -
XYZ 57.08 72.33 26.87 -
YUV 210.76 73.39 123.18 -
System Red Green Blue C M Y K H S L
Decimal 204 233 114 0.12 0 0.51 0.09 74.62 0.73 0.68
Hex CC E9 72 C 0 33 9 4B 49 44
Octal 314 351 162 14 0 63 11 113 111 104
Binary 11001100 11101001 1110010 1100 0 110011 1001 1001011 1001001 1000100

Color Harmonies of #CCE972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE972

Black with #CCE972

Text Example


Text Example

White with #CCE972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE972; }

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

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

background-color css

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

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

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

border-color css

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

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

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