#CEFE5D

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

Shades of Mindaro #CEFE5D

Tints of Mindaro #CEFE5D

Color information

#CEFE5D (or 0xCEFE5D) is unknown color: approx Mindaro. HEX triplet: CE, FE and 5D. RGB value is (206,254,93). Sum of RGB (Red+Green+Blue) = 206+254+93=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFE5D is #3101A2. Grayscale: #DDDDDD. Windows color (decimal): -3211683 or 6160078. OLE color: 6160078.

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

Color convert

RGB20625493-
CMYK0.1900.630.00
HSL77.89º98.77%68.04%-
HSV(B)77.89º63.39%99.61%-
XYZ62.8784.823.41-
YUV221.2955.6117.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.25%
GREEN value IS 254 (99.61% from 255) = 45.93%
BLUE value IS 93 (36.72% from 255) = 16.82%
R=37.25%
G=45.93%
B=16.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal206254930.1900.630.0077.8998.7768.04
HexCEFE5D1303F04e6344
Octal316376135230770116143104
Binary110011101111111010111011001101111110100111011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFE5D; }

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

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

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

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

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

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

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

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