#CEE369

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

Shades of Mindaro #CEE369

Tints of Mindaro #CEE369

Color information

#CEE369 (or 0xCEE369) is unknown color: approx Mindaro. HEX triplet: CE, E3 and 69. RGB value is (206,227,105). Sum of RGB (Red+Green+Blue) = 206+227+105=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE369 is #311C96. Grayscale: #CFCFCF. Windows color (decimal): -3218583 or 6939598. OLE color: 6939598.

HSL color Cylindrical-coordinate representation of color #CEE369: hue angle of 70.33º degrees, saturation: 0.69, 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 #CEE369 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB206227105-
CMYK0.0900.540.11
HSL70.33º68.54%65.1%-
HSV(B)70.33º53.74%89.02%-
XYZ55.4769.0823.77-
YUV206.8170.54127.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.29%
GREEN value IS 227 (89.06% from 255) = 42.19%
BLUE value IS 105 (41.41% from 255) = 19.52%
R=38.29%
G=42.19%
B=19.52%

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
Decimal2062271050.0900.540.1170.3368.5465.1
HexCEE3699036B464541
Octal3163431511106613106105101
Binary11001110111000111101001100101101101011100011010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE369; }

 p { color: rgb(206,227,105); }

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

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

 a { background-color: rgb(206,227,105); }

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

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

 span { border-color: rgb(206,227,105); }

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