Html Css Color HEX #CEE162 Mindaro

📋 copy color: '#CEE162'

red 206 ◦ green 225 ◦ blue 98

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

Shades of Mindaro #CEE162

Tints of Mindaro #CEE162

RGB

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

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

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

R = 38.94%
G = 42.53%
B = 18.53%

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

#CEE162 (or 0xCEE162) is known color: Mindaro. HEX triplet: CE, E1 and 62. RGB value is (206,225,98). Sum of RGB (Red+Green+Blue) = 206+225+98=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 98 (38.67% from 255 or 18.53% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE162 is #311E9D. Grayscale: #CDCDCD. Windows color (decimal): -3219102 or 6480334. OLE color: 6480334.

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

Color convert

RGB 206 225 98 -
CMYK 0.08 0 0.56 0.12
HSL 68.98º 0.68% 0.63% -
HSV(B) 68.98º 0.56% 0.88% -
XYZ 54.58 67.85 21.78 -
YUV 204.84 67.71 128.83 -
System Red Green Blue C M Y K H S L
Decimal 206 225 98 0.08 0 0.56 0.12 68.98 0.68 0.63
Hex CE E1 62 8 0 38 C 45 44 3F
Octal 316 341 142 10 0 70 14 105 104 77
Binary 11001110 11100001 1100010 1000 0 111000 1100 1000101 1000100 111111

Color Harmonies of #CEE162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE162

Black with #CEE162

Text Example


Text Example

White with #CEE162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE162; }

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

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

background-color css

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

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

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

border-color css

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

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

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