#F5FF74

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

Shades of Dolly #F5FF74

Tints of Dolly #F5FF74

Color information

#F5FF74 (or 0xF5FF74) is unknown color: approx Dolly. HEX triplet: F5, FF and 74. RGB value is (245,255,116). Sum of RGB (Red+Green+Blue) = 245+255+116=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 116 (45.70% from 255 or 18.83% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FF74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FF74 is #0A008B. Grayscale: #ECECEC. Windows color (decimal): -655500 or 7667701. OLE color: 7667701.

HSL color Cylindrical-coordinate representation of color #F5FF74: hue angle of 64.32º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5FF74 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB245255116-
CMYK0.0400.550
HSL64.32º100%72.75%-
HSV(B)64.32º54.51%100%-
XYZ76.5792.1930.28-
YUV236.1660.19134.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.77%
GREEN value IS 255 (100% from 255) = 41.40%
BLUE value IS 116 (45.70% from 255) = 18.83%
R=39.77%
G=41.40%
B=18.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452551160.0400.55064.3210072.75
HexF5FF7440370406449
Octal36537716440670100144111
Binary1111010111111111111010010001101110100000011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FF74; }

 p { color: rgb(245,255,116); }

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

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

 a { background-color: rgb(245,255,116); }

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

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

 span { border-color: rgb(245,255,116); }

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