#CEE177

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

Shades of Mindaro #CEE177

Tints of Mindaro #CEE177

Color information

#CEE177 (or 0xCEE177) is unknown color: approx Mindaro. HEX triplet: CE, E1 and 77. RGB value is (206,225,119). Sum of RGB (Red+Green+Blue) = 206+225+119=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 119 (46.88% from 255 or 21.64% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE177 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE177 is #311E88. Grayscale: #CFCFCF. Windows color (decimal): -3219081 or 7856590. OLE color: 7856590.

HSL color Cylindrical-coordinate representation of color #CEE177: hue angle of 70.75º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEE177 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB206225119-
CMYK0.0800.470.12
HSL70.75º63.86%67.45%-
HSV(B)70.75º47.11%88.24%-
XYZ55.7168.327.7-
YUV207.2478.21127.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.45%
GREEN value IS 225 (88.28% from 255) = 40.91%
BLUE value IS 119 (46.88% from 255) = 21.64%
R=37.45%
G=40.91%
B=21.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062251190.0800.470.1270.7563.8667.45
HexCEE177802FC474043
Octal3163411671005714107100103
Binary11001110111000011110111100001011111100100011110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE177; }

 p { color: rgb(206,225,119); }

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

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

 a { background-color: rgb(206,225,119); }

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

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

 span { border-color: rgb(206,225,119); }

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