Html Css Color HEX #CCE370 Mindaro

📋 copy color: '#CCE370'

red 204 ◦ green 227 ◦ blue 112

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

Shades of Mindaro #CCE370

Tints of Mindaro #CCE370

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.8%

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

R = 37.57%
G = 41.8%
B = 20.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#CCE370 (or 0xCCE370) is known color: Mindaro. HEX triplet: CC, E3 and 70. RGB value is (204,227,112). Sum of RGB (Red+Green+Blue) = 204+227+112=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE370 is #331C8F. Grayscale: #CFCFCF. Windows color (decimal): -3349648 or 7398348. OLE color: 7398348.

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

Color convert

RGB 204 227 112 -
CMYK 0.10 0 0.51 0.11
HSL 72º 0.67% 0.66% -
HSV(B) 72º 0.51% 0.89% -
XYZ 55.3 68.95 25.72 -
YUV 207.01 74.38 125.85 -
System Red Green Blue C M Y K H S L
Decimal 204 227 112 0.10 0 0.51 0.11 72 0.67 0.66
Hex CC E3 70 A 0 33 B 48 43 42
Octal 314 343 160 12 0 63 13 110 103 102
Binary 11001100 11100011 1110000 1010 0 110011 1011 1001000 1000011 1000010

Color Harmonies of #CCE370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE370

Black with #CCE370

Text Example


Text Example

White with #CCE370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE370; }

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

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

background-color css

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

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

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

border-color css

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

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

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