Html Css Color HEX #F2FA76 Dolly

📋 copy color: '#F2FA76'

red 242 ◦ green 250 ◦ blue 118

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

Shades of Dolly #F2FA76

Tints of Dolly #F2FA76

RGB

 RED value IS 242 (94.92% from 255) = 39.67%

 GREEN value IS 250 (98.05% from 255) = 40.98%

 BLUE value IS 118 (46.48% from 255) = 19.34%

R = 39.67%
G = 40.98%
B = 19.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F2FA76 (or 0xF2FA76) is known color: Dolly. HEX triplet: F2, FA and 76. RGB value is (242,250,118). Sum of RGB (Red+Green+Blue) = 242+250+118=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 118 (46.48% from 255 or 19.34% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FA76 is #0D0589. Grayscale: #E9E9E9. Windows color (decimal): -853386 or 7797490. OLE color: 7797490.

HSL color Cylindrical-coordinate representation of color #F2FA76: hue angle of 63.64º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F2FA76 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 250 118 -
CMYK 0.03 0 0.53 0.02
HSL 63.64º 0.93% 0.72% -
HSV(B) 63.64º 0.53% 0.98% -
XYZ 74.07 88.56 30.33 -
YUV 232.56 63.35 134.73 -
System Red Green Blue C M Y K H S L
Decimal 242 250 118 0.03 0 0.53 0.02 63.64 0.93 0.72
Hex F2 FA 76 3 0 35 2 40 5D 48
Octal 362 372 166 3 0 65 2 100 135 110
Binary 11110010 11111010 1110110 11 0 110101 10 1000000 1011101 1001000

Color Harmonies of #F2FA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA76

Black with #F2FA76

Text Example


Text Example

White with #F2FA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA76; }

 p { color: rgb(242,250,118); }

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

background-color css

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

 a { background-color: rgb(242,250,118); }

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

border-color css

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

 span { border-color: rgb(242,250,118); }

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