#CEE370

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

Shades of Mindaro #CEE370

Tints of Mindaro #CEE370

Color information

#CEE370 (or 0xCEE370) is unknown color: approx Mindaro. HEX triplet: CE, E3 and 70. RGB value is (206,227,112). Sum of RGB (Red+Green+Blue) = 206+227+112=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE370 is #311C8F. Grayscale: #D0D0D0. Windows color (decimal): -3218576 or 7398350. OLE color: 7398350.

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

Color convert

RGB206227112-
CMYK0.0900.510.11
HSL70.96º67.25%66.47%-
HSV(B)70.96º50.66%89.02%-
XYZ55.8569.2325.75-
YUV207.6174.04126.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.80%
GREEN value IS 227 (89.06% from 255) = 41.65%
BLUE value IS 112 (44.14% from 255) = 20.55%
R=37.80%
G=41.65%
B=20.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062271120.0900.510.1170.9667.2566.47
HexCEE3709033B474342
Octal3163431601106313107103102
Binary11001110111000111110000100101100111011100011110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE370; }

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

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

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

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

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

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

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

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