#CEEA69

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

Shades of Mindaro #CEEA69

Tints of Mindaro #CEEA69

Color information

#CEEA69 (or 0xCEEA69) is unknown color: approx Mindaro. HEX triplet: CE, EA and 69. RGB value is (206,234,105). Sum of RGB (Red+Green+Blue) = 206+234+105=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEA69 is #311596. Grayscale: #D3D3D3. Windows color (decimal): -3216791 or 6941390. OLE color: 6941390.

HSL color Cylindrical-coordinate representation of color #CEEA69: hue angle of 73.02º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEEA69 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB206234105-
CMYK0.1200.550.08
HSL73.02º75.44%66.47%-
HSV(B)73.02º55.13%91.76%-
XYZ57.4372.9924.43-
YUV210.9268.22124.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.80%
GREEN value IS 234 (91.80% from 255) = 42.94%
BLUE value IS 105 (41.41% from 255) = 19.27%
R=37.80%
G=42.94%
B=19.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062341050.1200.550.0873.0275.4466.47
HexCEEA69C0378494b42
Octal3163521511406710111113102
Binary11001110111010101101001110001101111000100100110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEA69; }

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

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

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

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

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

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

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

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