Html Css Color HEX #CCE572 Mindaro

📋 copy color: '#CCE572'

red 204 ◦ green 229 ◦ blue 114

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

Shades of Mindaro #CCE572

Tints of Mindaro #CCE572

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.86%

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

R = 37.29%
G = 41.86%
B = 20.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#CCE572 (or 0xCCE572) is known color: Mindaro. HEX triplet: CC, E5 and 72. RGB value is (204,229,114). Sum of RGB (Red+Green+Blue) = 204+229+114=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE572 is #331A8D. Grayscale: #D0D0D0. Windows color (decimal): -3349134 or 7529932. OLE color: 7529932.

HSL color Cylindrical-coordinate representation of color #CCE572: hue angle of 73.04º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCE572 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 229 114 -
CMYK 0.11 0 0.50 0.10
HSL 73.04º 0.69% 0.67% -
HSV(B) 73.04º 0.5% 0.9% -
XYZ 55.96 70.09 26.5 -
YUV 208.42 74.72 124.85 -
System Red Green Blue C M Y K H S L
Decimal 204 229 114 0.11 0 0.50 0.10 73.04 0.69 0.67
Hex CC E5 72 B 0 32 A 49 45 43
Octal 314 345 162 13 0 62 12 111 105 103
Binary 11001100 11100101 1110010 1011 0 110010 1010 1001001 1000101 1000011

Color Harmonies of #CCE572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE572

Black with #CCE572

Text Example


Text Example

White with #CCE572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE572; }

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

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

background-color css

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

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

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

border-color css

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

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

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