#CEF550

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

Shades of Mindaro #CEF550

Tints of Mindaro #CEF550

Color information

#CEF550 (or 0xCEF550) is unknown color: approx Mindaro. HEX triplet: CE, F5 and 50. RGB value is (206,245,80). Sum of RGB (Red+Green+Blue) = 206+245+80=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 80 (31.64% from 255 or 15.07% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF550 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF550 is #310AAF. Grayscale: #D7D7D7. Windows color (decimal): -3214000 or 5305806. OLE color: 5305806.

HSL color Cylindrical-coordinate representation of color #CEF550: hue angle of 74.18º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEF550 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB20624580-
CMYK0.1600.670.04
HSL74.18º89.19%63.73%-
HSV(B)74.18º67.35%96.08%-
XYZ59.5579.0119.7-
YUV214.5352.08121.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.79%
GREEN value IS 245 (96.09% from 255) = 46.14%
BLUE value IS 80 (31.64% from 255) = 15.07%
R=38.79%
G=46.14%
B=15.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal206245800.1600.670.0474.1889.1963.73
HexCEF5501004344a5940
Octal3163651202001034112131100
Binary110011101111010110100001000001000011100100101010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF550; }

 p { color: rgb(206,245,80); }

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

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

 a { background-color: rgb(206,245,80); }

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

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

 span { border-color: rgb(206,245,80); }

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