#CEFB5D

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

Shades of Mindaro #CEFB5D

Tints of Mindaro #CEFB5D

Color information

#CEFB5D (or 0xCEFB5D) is unknown color: approx Mindaro. HEX triplet: CE, FB and 5D. RGB value is (206,251,93). Sum of RGB (Red+Green+Blue) = 206+251+93=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 93 (36.72% from 255 or 16.91% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFB5D is #3104A2. Grayscale: #DCDCDC. Windows color (decimal): -3212451 or 6159310. OLE color: 6159310.

HSL color Cylindrical-coordinate representation of color #CEFB5D: hue angle of 77.09º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEFB5D is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB20625193-
CMYK0.1800.630.02
HSL77.09º95.18%67.45%-
HSV(B)77.09º62.95%98.43%-
XYZ61.9382.9123.09-
YUV219.5356.59118.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.45%
GREEN value IS 251 (98.44% from 255) = 45.64%
BLUE value IS 93 (36.72% from 255) = 16.91%
R=37.45%
G=45.64%
B=16.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal206251930.1800.630.0277.0995.1867.45
HexCEFB5D1203F24d5f43
Octal316373135220772115137103
Binary1100111011111011101110110010011111110100110110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFB5D; }

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

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

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

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

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

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

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

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