#CEE266

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

Shades of Mindaro #CEE266

Tints of Mindaro #CEE266

Color information

#CEE266 (or 0xCEE266) is unknown color: approx Mindaro. HEX triplet: CE, E2 and 66. RGB value is (206,226,102). Sum of RGB (Red+Green+Blue) = 206+226+102=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 102 (40.23% from 255 or 19.10% from 534); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE266 is #311D99. Grayscale: #CECECE. Windows color (decimal): -3218842 or 6742734. OLE color: 6742734.

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

Color convert

RGB206226102-
CMYK0.0900.550.11
HSL69.68º68.13%64.31%-
HSV(B)69.68º54.87%88.63%-
XYZ55.0568.4722.89-
YUV205.8869.37128.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.58%
GREEN value IS 226 (88.67% from 255) = 42.32%
BLUE value IS 102 (40.23% from 255) = 19.10%
R=38.58%
G=42.32%
B=19.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062261020.0900.550.1169.6868.1364.31
HexCEE2669037B464440
Octal3163421461106713106104100
Binary11001110111000101100110100101101111011100011010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE266; }

 p { color: rgb(206,226,102); }

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

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

 a { background-color: rgb(206,226,102); }

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

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

 span { border-color: rgb(206,226,102); }

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