Html Css Color HEX #CEE062 Mindaro

📋 copy color: '#CEE062'

red 206 ◦ green 224 ◦ blue 98

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

Shades of Mindaro #CEE062

Tints of Mindaro #CEE062

RGB

 RED value IS 206 (80.86% from 255) = 39.02%

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

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

R = 39.02%
G = 42.42%
B = 18.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#CEE062 (or 0xCEE062) is known color: Mindaro. HEX triplet: CE, E0 and 62. RGB value is (206,224,98). Sum of RGB (Red+Green+Blue) = 206+224+98=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 98 (38.67% from 255 or 18.56% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE062 is #311F9D. Grayscale: #CCCCCC. Windows color (decimal): -3219358 or 6480078. OLE color: 6480078.

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

Color convert

RGB 206 224 98 -
CMYK 0.08 0 0.56 0.12
HSL 68.57º 0.67% 0.63% -
HSV(B) 68.57º 0.56% 0.88% -
XYZ 54.31 67.31 21.69 -
YUV 204.25 68.04 129.25 -
System Red Green Blue C M Y K H S L
Decimal 206 224 98 0.08 0 0.56 0.12 68.57 0.67 0.63
Hex CE E0 62 8 0 38 C 45 43 3F
Octal 316 340 142 10 0 70 14 105 103 77
Binary 11001110 11100000 1100010 1000 0 111000 1100 1000101 1000011 111111

Color Harmonies of #CEE062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE062

Black with #CEE062

Text Example


Text Example

White with #CEE062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE062; }

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

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

background-color css

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

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

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

border-color css

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

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

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