Html Css Color HEX #CCE063 Mindaro

📋 copy color: '#CCE063'

red 204 ◦ green 224 ◦ blue 99

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

Shades of Mindaro #CCE063

Tints of Mindaro #CCE063

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.5%

 BLUE value IS 99 (39.06% from 255) = 18.79%

R = 38.71%
G = 42.5%
B = 18.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#CCE063 (or 0xCCE063) is known color: Mindaro. HEX triplet: CC, E0 and 63. RGB value is (204,224,99). Sum of RGB (Red+Green+Blue) = 204+224+99=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE063 is #331F9C. Grayscale: #CCCCCC. Windows color (decimal): -3350429 or 6545612. OLE color: 6545612.

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

Color convert

RGB 204 224 99 -
CMYK 0.09 0 0.56 0.12
HSL 69.6º 0.67% 0.63% -
HSV(B) 69.6º 0.56% 0.88% -
XYZ 53.81 67.05 21.91 -
YUV 203.77 68.87 128.16 -
System Red Green Blue C M Y K H S L
Decimal 204 224 99 0.09 0 0.56 0.12 69.6 0.67 0.63
Hex CC E0 63 9 0 38 C 46 43 3F
Octal 314 340 143 11 0 70 14 106 103 77
Binary 11001100 11100000 1100011 1001 0 111000 1100 1000110 1000011 111111

Color Harmonies of #CCE063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE063

Black with #CCE063

Text Example


Text Example

White with #CCE063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE063; }

 p { color: rgb(204,224,99); }

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

background-color css

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

 a { background-color: rgb(204,224,99); }

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

border-color css

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

 span { border-color: rgb(204,224,99); }

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