#F0FD7A

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

Shades of Dolly #F0FD7A

Tints of Dolly #F0FD7A

Color information

#F0FD7A (or 0xF0FD7A) is unknown color: approx Dolly. HEX triplet: F0, FD and 7A. RGB value is (240,253,122). Sum of RGB (Red+Green+Blue) = 240+253+122=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 122 (48.05% from 255 or 19.84% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FD7A is #0F0285. Grayscale: #EAEAEA. Windows color (decimal): -983686 or 8060400. OLE color: 8060400.

HSL color Cylindrical-coordinate representation of color #F0FD7A: hue angle of 65.95º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0FD7A is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB240253122-
CMYK0.0500.520.01
HSL65.95º97.04%73.53%-
HSV(B)65.95º51.78%99.22%-
XYZ74.5790.1831.89-
YUV234.1864.69132.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.02%
GREEN value IS 253 (99.22% from 255) = 41.14%
BLUE value IS 122 (48.05% from 255) = 19.84%
R=39.02%
G=41.14%
B=19.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402531220.0500.520.0165.9597.0473.53
HexF0FD7A5034142614a
Octal36037517250641102141112
Binary1111000011111101111101010101101001100001011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FD7A; }

 p { color: rgb(240,253,122); }

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

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

 a { background-color: rgb(240,253,122); }

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

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

 span { border-color: rgb(240,253,122); }

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