Html Css Color HEX #F0FC7C Dolly

📋 copy color: '#F0FC7C'

red 240 ◦ green 252 ◦ blue 124

#F0FC7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dolly #F0FC7C

Tints of Dolly #F0FC7C

RGB

 RED value IS 240 (94.14% from 255) = 38.96%

 GREEN value IS 252 (98.83% from 255) = 40.91%

 BLUE value IS 124 (48.83% from 255) = 20.13%

R = 38.96%
G = 40.91%
B = 20.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#F0FC7C (or 0xF0FC7C) is known color: Dolly. HEX triplet: F0, FC and 7C. RGB value is (240,252,124). Sum of RGB (Red+Green+Blue) = 240+252+124=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 124 (48.83% from 255 or 20.13% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FC7C is #0F0383. Grayscale: #EAEAEA. Windows color (decimal): -983940 or 8191216. OLE color: 8191216.

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

Color convert

RGB 240 252 124 -
CMYK 0.05 0 0.51 0.01
HSL 65.63º 0.96% 0.74% -
HSV(B) 65.63º 0.51% 0.99% -
XYZ 74.38 89.6 32.44 -
YUV 233.82 66.02 132.41 -
System Red Green Blue C M Y K H S L
Decimal 240 252 124 0.05 0 0.51 0.01 65.63 0.96 0.74
Hex F0 FC 7C 5 0 33 1 42 60 4A
Octal 360 374 174 5 0 63 1 102 140 112
Binary 11110000 11111100 1111100 101 0 110011 1 1000010 1100000 1001010

Color Harmonies of #F0FC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FC7C

Black with #F0FC7C

Text Example


Text Example

White with #F0FC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FC7C; }

 p { color: rgb(240,252,124); }

 H1.HeaderClassName
 {
   color: #F0FC7C;
 }
 .AnyTagClassName
 {
   color: #F0FC7C;
 }
</style>

background-color css

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

 a { background-color: rgb(240,252,124); }

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

border-color css

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

 span { border-color: rgb(240,252,124); }

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