#CEFE55

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

Shades of Mindaro #CEFE55

Tints of Mindaro #CEFE55

Color information

#CEFE55 (or 0xCEFE55) is unknown color: approx Mindaro. HEX triplet: CE, FE and 55. RGB value is (206,254,85). Sum of RGB (Red+Green+Blue) = 206+254+85=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 85 (33.59% from 255 or 15.60% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFE55 is #3101AA. Grayscale: #DDDDDD. Windows color (decimal): -3211691 or 5635790. OLE color: 5635790.

HSL color Cylindrical-coordinate representation of color #CEFE55: hue angle of 77.04º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEFE55 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB20625485-
CMYK0.1900.670.00
HSL77.04º98.83%66.47%-
HSV(B)77.04º66.54%99.61%-
XYZ62.5484.6621.64-
YUV220.3851.6117.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.80%
GREEN value IS 254 (99.61% from 255) = 46.61%
BLUE value IS 85 (33.59% from 255) = 15.60%
R=37.80%
G=46.61%
B=15.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal206254850.1900.670.0077.0498.8366.47
HexCEFE551304304d6342
Octal3163761252301030115143102
Binary1100111011111110101010110011010000110100110111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFE55; }

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

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

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

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

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

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

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

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