Html Css Color HEX #F2FA7A Dolly

📋 copy color: '#F2FA7A'

red 242 ◦ green 250 ◦ blue 122

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

Shades of Dolly #F2FA7A

Tints of Dolly #F2FA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 19.87%

R = 39.41%
G = 40.72%
B = 19.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F2FA7A (or 0xF2FA7A) is known color: Dolly. HEX triplet: F2, FA and 7A. RGB value is (242,250,122). Sum of RGB (Red+Green+Blue) = 242+250+122=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 122 (48.05% from 255 or 19.87% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FA7A is #0D0585. Grayscale: #E9E9E9. Windows color (decimal): -853382 or 8059634. OLE color: 8059634.

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

Color convert

RGB 242 250 122 -
CMYK 0.03 0 0.51 0.02
HSL 63.75º 0.93% 0.73% -
HSV(B) 63.75º 0.51% 0.98% -
XYZ 74.32 88.65 31.61 -
YUV 233.02 65.35 134.41 -
System Red Green Blue C M Y K H S L
Decimal 242 250 122 0.03 0 0.51 0.02 63.75 0.93 0.73
Hex F2 FA 7A 3 0 33 2 40 5D 49
Octal 362 372 172 3 0 63 2 100 135 111
Binary 11110010 11111010 1111010 11 0 110011 10 1000000 1011101 1001001

Color Harmonies of #F2FA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA7A

Black with #F2FA7A

Text Example


Text Example

White with #F2FA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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