#CEE962

Color #CEE962 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #CEE962

Tints of Mindaro #CEE962

Color information

#CEE962 (or 0xCEE962) is unknown color: approx Mindaro. HEX triplet: CE, E9 and 62. RGB value is (206,233,98). Sum of RGB (Red+Green+Blue) = 206+233+98=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 98 (38.67% from 255 or 18.25% from 537); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE962 is #31169D. Grayscale: #D2D2D2. Windows color (decimal): -3217054 or 6482382. OLE color: 6482382.

HSL color Cylindrical-coordinate representation of color #CEE962: hue angle of 72º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEE962 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB20623398-
CMYK0.1200.580.09
HSL72º75.42%64.9%-
HSV(B)72º57.94%91.37%-
XYZ56.872.2822.51-
YUV209.5465.05125.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.36%
GREEN value IS 233 (91.41% from 255) = 43.39%
BLUE value IS 98 (38.67% from 255) = 18.25%
R=38.36%
G=43.39%
B=18.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal206233980.1200.580.097275.4264.9
HexCEE962C03A9484b41
Octal3163511421407211110113101
Binary11001110111010011100010110001110101001100100010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE962; }

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

 H1.HeaderClassName
 {
   color: #CEE962;
 }
 .AnyTagClassName
 {
   color: #CEE962;
 }
</style>
background-color css

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

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

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

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

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

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