#CFF550

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

Shades of Mindaro #CFF550

Tints of Mindaro #CFF550

Color information

#CFF550 (or 0xCFF550) is unknown color: approx Mindaro. HEX triplet: CF, F5 and 50. RGB value is (207,245,80). Sum of RGB (Red+Green+Blue) = 207+245+80=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 80 (31.64% from 255 or 15.04% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF550 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF550 is #300AAF. Grayscale: #D7D7D7. Windows color (decimal): -3148464 or 5305807. OLE color: 5305807.

HSL color Cylindrical-coordinate representation of color #CFF550: hue angle of 73.82º 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 #CFF550 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB20724580-
CMYK0.1600.670.04
HSL73.82º89.19%63.73%-
HSV(B)73.82º67.35%96.08%-
XYZ59.8379.1519.71-
YUV214.8351.91122.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 245 (96.09% from 255) = 46.05%
BLUE value IS 80 (31.64% from 255) = 15.04%
R=38.91%
G=46.05%
B=15.04%

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
Decimal207245800.1600.670.0473.8289.1963.73
HexCFF5501004344a5940
Octal3173651202001034112131100
Binary110011111111010110100001000001000011100100101010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF550; }

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

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

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

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

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

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

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

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