Html Css Color HEX #CCE061 Mindaro

📋 copy color: '#CCE061'

red 204 ◦ green 224 ◦ blue 97

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

Shades of Mindaro #CCE061

Tints of Mindaro #CCE061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.48%

R = 38.86%
G = 42.67%
B = 18.48%

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

#CCE061 (or 0xCCE061) is known color: Mindaro. HEX triplet: CC, E0 and 61. RGB value is (204,224,97). Sum of RGB (Red+Green+Blue) = 204+224+97=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE061 is #331F9E. Grayscale: #CCCCCC. Windows color (decimal): -3350431 or 6414540. OLE color: 6414540.

HSL color Cylindrical-coordinate representation of color #CCE061: hue angle of 69.45º degrees, saturation: 0.67, 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 #CCE061 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 224 97 -
CMYK 0.09 0 0.57 0.12
HSL 69.45º 0.67% 0.63% -
HSV(B) 69.45º 0.57% 0.88% -
XYZ 53.72 67.01 21.41 -
YUV 203.54 67.87 128.33 -
System Red Green Blue C M Y K H S L
Decimal 204 224 97 0.09 0 0.57 0.12 69.45 0.67 0.63
Hex CC E0 61 9 0 39 C 45 43 3F
Octal 314 340 141 11 0 71 14 105 103 77
Binary 11001100 11100000 1100001 1001 0 111001 1100 1000101 1000011 111111

Color Harmonies of #CCE061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE061

Black with #CCE061

Text Example


Text Example

White with #CCE061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE061; }

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

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

background-color css

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

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

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

border-color css

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

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

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