Html Css Color HEX #CCE062 Mindaro

📋 copy color: '#CCE062'

red 204 ◦ green 224 ◦ blue 98

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

Shades of Mindaro #CCE062

Tints of Mindaro #CCE062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.63%

R = 38.78%
G = 42.59%
B = 18.63%

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

#CCE062 (or 0xCCE062) is known color: Mindaro. HEX triplet: CC, E0 and 62. RGB value is (204,224,98). Sum of RGB (Red+Green+Blue) = 204+224+98=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE062 is #331F9D. Grayscale: #CCCCCC. Windows color (decimal): -3350430 or 6480076. OLE color: 6480076.

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

Color convert

RGB 204 224 98 -
CMYK 0.09 0 0.56 0.12
HSL 69.52º 0.67% 0.63% -
HSV(B) 69.52º 0.56% 0.88% -
XYZ 53.76 67.03 21.66 -
YUV 203.66 68.37 128.25 -
System Red Green Blue C M Y K H S L
Decimal 204 224 98 0.09 0 0.56 0.12 69.52 0.67 0.63
Hex CC E0 62 9 0 38 C 46 43 3F
Octal 314 340 142 11 0 70 14 106 103 77
Binary 11001100 11100000 1100010 1001 0 111000 1100 1000110 1000011 111111

Color Harmonies of #CCE062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE062

Black with #CCE062

Text Example


Text Example

White with #CCE062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE062; }

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

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

background-color css

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

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

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

border-color css

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

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

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