Html Css Color HEX #CCE570 Mindaro

📋 copy color: '#CCE570'

red 204 ◦ green 229 ◦ blue 112

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

Shades of Mindaro #CCE570

Tints of Mindaro #CCE570

RGB

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

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

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

R = 37.43%
G = 42.02%
B = 20.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#CCE570 (or 0xCCE570) is known color: Mindaro. HEX triplet: CC, E5 and 70. RGB value is (204,229,112). Sum of RGB (Red+Green+Blue) = 204+229+112=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE570 is #331A8F. Grayscale: #D0D0D0. Windows color (decimal): -3349136 or 7398860. OLE color: 7398860.

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

Color convert

RGB 204 229 112 -
CMYK 0.11 0 0.51 0.10
HSL 72.82º 0.69% 0.67% -
HSV(B) 72.82º 0.51% 0.9% -
XYZ 55.85 70.05 25.91 -
YUV 208.19 73.72 125.01 -
System Red Green Blue C M Y K H S L
Decimal 204 229 112 0.11 0 0.51 0.10 72.82 0.69 0.67
Hex CC E5 70 B 0 33 A 49 45 43
Octal 314 345 160 13 0 63 12 111 105 103
Binary 11001100 11100101 1110000 1011 0 110011 1010 1001001 1000101 1000011

Color Harmonies of #CCE570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE570

Black with #CCE570

Text Example


Text Example

White with #CCE570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE570; }

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

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

background-color css

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

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

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

border-color css

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

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

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