#CEEA55

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

Shades of Mindaro #CEEA55

Tints of Mindaro #CEEA55

Color information

#CEEA55 (or 0xCEEA55) is unknown color: approx Mindaro. HEX triplet: CE, EA and 55. RGB value is (206,234,85). Sum of RGB (Red+Green+Blue) = 206+234+85=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEA55 is #3115AA. Grayscale: #D1D1D1. Windows color (decimal): -3216811 or 5630670. OLE color: 5630670.

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

Color convert

RGB20623485-
CMYK0.1200.640.08
HSL71.28º78.01%62.55%-
HSV(B)71.28º63.68%91.76%-
XYZ56.5272.6219.63-
YUV208.6458.22126.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.24%
GREEN value IS 234 (91.80% from 255) = 44.57%
BLUE value IS 85 (33.59% from 255) = 16.19%
R=39.24%
G=44.57%
B=16.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal206234850.1200.640.0871.2878.0162.55
HexCEEA55C0408474e3f
Octal3163521251401001010711677
Binary11001110111010101010101110001000000100010001111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEA55; }

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

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

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

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

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

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

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

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