#CEF159

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

Shades of Mindaro #CEF159

Tints of Mindaro #CEF159

Color information

#CEF159 (or 0xCEF159) is unknown color: approx Mindaro. HEX triplet: CE, F1 and 59. RGB value is (206,241,89). Sum of RGB (Red+Green+Blue) = 206+241+89=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 89 (35.16% from 255 or 16.60% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF159 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF159 is #310EA6. Grayscale: #D5D5D5. Windows color (decimal): -3215015 or 5894606. OLE color: 5894606.

HSL color Cylindrical-coordinate representation of color #CEF159: hue angle of 73.82º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEF159 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB20624189-
CMYK0.1500.630.05
HSL73.82º84.44%64.71%-
HSV(B)73.82º63.07%94.51%-
XYZ58.7176.7521.17-
YUV213.2157.9122.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.43%
GREEN value IS 241 (94.53% from 255) = 44.96%
BLUE value IS 89 (35.16% from 255) = 16.60%
R=38.43%
G=44.96%
B=16.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal206241890.1500.630.0573.8284.4464.71
HexCEF159F03F54a5441
Octal316361131170775112124101
Binary1100111011110001101100111110111111101100101010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF159; }

 p { color: rgb(206,241,89); }

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

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

 a { background-color: rgb(206,241,89); }

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

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

 span { border-color: rgb(206,241,89); }

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