Html Css Color HEX #CCE160 Mindaro

📋 copy color: '#CCE160'

red 204 ◦ green 225 ◦ blue 96

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

Shades of Mindaro #CCE160

Tints of Mindaro #CCE160

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.86%

 BLUE value IS 96 (37.89% from 255) = 18.29%

R = 38.86%
G = 42.86%
B = 18.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#CCE160 (or 0xCCE160) is known color: Mindaro. HEX triplet: CC, E1 and 60. RGB value is (204,225,96). Sum of RGB (Red+Green+Blue) = 204+225+96=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE160 is #331E9F. Grayscale: #CCCCCC. Windows color (decimal): -3350176 or 6349260. OLE color: 6349260.

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

Color convert

RGB 204 225 96 -
CMYK 0.09 0 0.57 0.12
HSL 69.77º 0.68% 0.63% -
HSV(B) 69.77º 0.57% 0.88% -
XYZ 53.94 67.53 21.26 -
YUV 204.02 67.04 127.99 -
System Red Green Blue C M Y K H S L
Decimal 204 225 96 0.09 0 0.57 0.12 69.77 0.68 0.63
Hex CC E1 60 9 0 39 C 46 44 3F
Octal 314 341 140 11 0 71 14 106 104 77
Binary 11001100 11100001 1100000 1001 0 111001 1100 1000110 1000100 111111

Color Harmonies of #CCE160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE160

Black with #CCE160

Text Example


Text Example

White with #CCE160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE160; }

 p { color: rgb(204,225,96); }

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

background-color css

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

 a { background-color: rgb(204,225,96); }

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

border-color css

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

 span { border-color: rgb(204,225,96); }

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