#CEE268

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

Shades of Mindaro #CEE268

Tints of Mindaro #CEE268

Color information

#CEE268 (or 0xCEE268) is unknown color: approx Mindaro. HEX triplet: CE, E2 and 68. RGB value is (206,226,104). Sum of RGB (Red+Green+Blue) = 206+226+104=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 104 (41.02% from 255 or 19.40% from 536); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE268 is #311D97. Grayscale: #CECECE. Windows color (decimal): -3218840 or 6873806. OLE color: 6873806.

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

Color convert

RGB206226104-
CMYK0.0900.540.11
HSL69.84º67.78%64.71%-
HSV(B)69.84º53.98%88.63%-
XYZ55.1568.5123.41-
YUV206.1170.37127.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.43%
GREEN value IS 226 (88.67% from 255) = 42.16%
BLUE value IS 104 (41.02% from 255) = 19.40%
R=38.43%
G=42.16%
B=19.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062261040.0900.540.1169.8467.7864.71
HexCEE2689036B464441
Octal3163421501106613106104101
Binary11001110111000101101000100101101101011100011010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE268; }

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

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

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

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

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

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

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

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