#CEE272

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

Shades of Mindaro #CEE272

Tints of Mindaro #CEE272

Color information

#CEE272 (or 0xCEE272) is unknown color: approx Mindaro. HEX triplet: CE, E2 and 72. RGB value is (206,226,114). Sum of RGB (Red+Green+Blue) = 206+226+114=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE272 is #311D8D. Grayscale: #CFCFCF. Windows color (decimal): -3218830 or 7529166. OLE color: 7529166.

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

Color convert

RGB206226114-
CMYK0.0900.500.11
HSL70.71º65.88%66.67%-
HSV(B)70.71º49.56%88.63%-
XYZ55.6968.7326.25-
YUV207.2575.37127.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.73%
GREEN value IS 226 (88.67% from 255) = 41.39%
BLUE value IS 114 (44.92% from 255) = 20.88%
R=37.73%
G=41.39%
B=20.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062261140.0900.500.1170.7165.8866.67
HexCEE2729032B474243
Octal3163421621106213107102103
Binary11001110111000101110010100101100101011100011110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE272; }

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

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

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

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

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

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

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

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