#CEF257

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

Shades of Mindaro #CEF257

Tints of Mindaro #CEF257

Color information

#CEF257 (or 0xCEF257) is unknown color: approx Mindaro. HEX triplet: CE, F2 and 57. RGB value is (206,242,87). Sum of RGB (Red+Green+Blue) = 206+242+87=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 87 (34.38% from 255 or 16.26% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF257 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF257 is #310DA8. Grayscale: #D6D6D6. Windows color (decimal): -3214761 or 5763790. OLE color: 5763790.

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

Color convert

RGB20624287-
CMYK0.1500.640.05
HSL73.94º85.64%64.51%-
HSV(B)73.94º64.05%94.9%-
XYZ58.9377.3120.83-
YUV213.5756.57122.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.50%
GREEN value IS 242 (94.92% from 255) = 45.23%
BLUE value IS 87 (34.38% from 255) = 16.26%
R=38.50%
G=45.23%
B=16.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal206242870.1500.640.0573.9485.6464.51
HexCEF257F04054a5641
Octal3163621271701005112126101
Binary11001110111100101010111111101000000101100101010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF257; }

 p { color: rgb(206,242,87); }

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

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

 a { background-color: rgb(206,242,87); }

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

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

 span { border-color: rgb(206,242,87); }

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