#CFF257

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

Shades of Mindaro #CFF257

Tints of Mindaro #CFF257

Color information

#CFF257 (or 0xCFF257) is unknown color: approx Mindaro. HEX triplet: CF, F2 and 57. RGB value is (207,242,87). Sum of RGB (Red+Green+Blue) = 207+242+87=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 87 (34.38% from 255 or 16.23% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF257 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF257 is #300DA8. Grayscale: #D6D6D6. Windows color (decimal): -3149225 or 5763791. OLE color: 5763791.

HSL color Cylindrical-coordinate representation of color #CFF257: hue angle of 73.55º 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 #CFF257 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB20724287-
CMYK0.1400.640.05
HSL73.55º85.64%64.51%-
HSV(B)73.55º64.05%94.9%-
XYZ59.277.4620.85-
YUV213.8656.4123.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.62%
GREEN value IS 242 (94.92% from 255) = 45.15%
BLUE value IS 87 (34.38% from 255) = 16.23%
R=38.62%
G=45.15%
B=16.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal207242870.1400.640.0573.5585.6464.51
HexCFF257E04054a5641
Octal3173621271601005112126101
Binary11001111111100101010111111001000000101100101010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF257; }

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

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

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

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

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

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

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

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