#CEED51

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

Shades of Mindaro #CEED51

Tints of Mindaro #CEED51

Color information

#CEED51 (or 0xCEED51) is unknown color: approx Mindaro. HEX triplet: CE, ED and 51. RGB value is (206,237,81). Sum of RGB (Red+Green+Blue) = 206+237+81=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 81 (32.03% from 255 or 15.46% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED51 is #3112AE. Grayscale: #D2D2D2. Windows color (decimal): -3216047 or 5369294. OLE color: 5369294.

HSL color Cylindrical-coordinate representation of color #CEED51: hue angle of 71.92º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEED51 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB20623781-
CMYK0.1300.660.07
HSL71.92º81.25%62.35%-
HSV(B)71.92º65.82%92.94%-
XYZ57.2274.2819.11-
YUV209.9555.23125.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.31%
GREEN value IS 237 (92.97% from 255) = 45.23%
BLUE value IS 81 (32.03% from 255) = 15.46%
R=39.31%
G=45.23%
B=15.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal206237810.1300.660.0771.9281.2562.35
HexCEED51D042748513e
Octal316355121150102711012176
Binary1100111011101101101000111010100001011110010001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEED51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEED51; }

 p { color: rgb(206,237,81); }

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

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

 a { background-color: rgb(206,237,81); }

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

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

 span { border-color: rgb(206,237,81); }

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