Html Css Color HEX #F2FC74 Dolly

📋 copy color: '#F2FC74'

red 242 ◦ green 252 ◦ blue 116

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

Shades of Dolly #F2FC74

Tints of Dolly #F2FC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.02%

R = 39.67%
G = 41.31%
B = 19.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#F2FC74 (or 0xF2FC74) is known color: Dolly. HEX triplet: F2, FC and 74. RGB value is (242,252,116). Sum of RGB (Red+Green+Blue) = 242+252+116=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 116 (45.70% from 255 or 19.02% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FC74 is #0D038B. Grayscale: #EAEAEA. Windows color (decimal): -852876 or 7666930. OLE color: 7666930.

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

Color convert

RGB 242 252 116 -
CMYK 0.04 0 0.54 0.01
HSL 64.41º 0.96% 0.72% -
HSV(B) 64.41º 0.54% 0.99% -
XYZ 74.58 89.76 29.92 -
YUV 233.51 61.69 134.06 -
System Red Green Blue C M Y K H S L
Decimal 242 252 116 0.04 0 0.54 0.01 64.41 0.96 0.72
Hex F2 FC 74 4 0 36 1 40 60 48
Octal 362 374 164 4 0 66 1 100 140 110
Binary 11110010 11111100 1110100 100 0 110110 1 1000000 1100000 1001000

Color Harmonies of #F2FC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FC74

Black with #F2FC74

Text Example


Text Example

White with #F2FC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FC74; }

 p { color: rgb(242,252,116); }

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

background-color css

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

 a { background-color: rgb(242,252,116); }

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

border-color css

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

 span { border-color: rgb(242,252,116); }

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