Html Css Color HEX #CEE462 Mindaro

📋 copy color: '#CEE462'

red 206 ◦ green 228 ◦ blue 98

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

Shades of Mindaro #CEE462

Tints of Mindaro #CEE462

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.86%

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

R = 38.72%
G = 42.86%
B = 18.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#CEE462 (or 0xCEE462) is known color: Mindaro. HEX triplet: CE, E4 and 62. RGB value is (206,228,98). Sum of RGB (Red+Green+Blue) = 206+228+98=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 98 (38.67% from 255 or 18.42% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE462 is #311B9D. Grayscale: #CFCFCF. Windows color (decimal): -3218334 or 6481102. OLE color: 6481102.

HSL color Cylindrical-coordinate representation of color #CEE462: hue angle of 70.15º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEE462 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 228 98 -
CMYK 0.10 0 0.57 0.11
HSL 70.15º 0.71% 0.64% -
HSV(B) 70.15º 0.57% 0.89% -
XYZ 55.4 69.49 22.05 -
YUV 206.6 66.71 127.57 -
System Red Green Blue C M Y K H S L
Decimal 206 228 98 0.10 0 0.57 0.11 70.15 0.71 0.64
Hex CE E4 62 A 0 39 B 46 47 40
Octal 316 344 142 12 0 71 13 106 107 100
Binary 11001110 11100100 1100010 1010 0 111001 1011 1000110 1000111 1000000

Color Harmonies of #CEE462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE462

Black with #CEE462

Text Example


Text Example

White with #CEE462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE462; }

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

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

background-color css

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

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

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

border-color css

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

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

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