Html Css Color HEX #F2FC70 Dolly

📋 copy color: '#F2FC70'

red 242 ◦ green 252 ◦ blue 112

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

Shades of Dolly #F2FC70

Tints of Dolly #F2FC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 18.48%

R = 39.93%
G = 41.58%
B = 18.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#F2FC70 (or 0xF2FC70) is known color: Dolly. HEX triplet: F2, FC and 70. RGB value is (242,252,112). Sum of RGB (Red+Green+Blue) = 242+252+112=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 112 (44.14% from 255 or 18.48% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FC70 is #0D038F. Grayscale: #E9E9E9. Windows color (decimal): -852880 or 7404786. OLE color: 7404786.

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

Color convert

RGB 242 252 112 -
CMYK 0.04 0 0.56 0.01
HSL 64.29º 0.96% 0.71% -
HSV(B) 64.29º 0.56% 0.99% -
XYZ 74.35 89.67 28.72 -
YUV 233.05 59.69 134.38 -
System Red Green Blue C M Y K H S L
Decimal 242 252 112 0.04 0 0.56 0.01 64.29 0.96 0.71
Hex F2 FC 70 4 0 38 1 40 60 47
Octal 362 374 160 4 0 70 1 100 140 107
Binary 11110010 11111100 1110000 100 0 111000 1 1000000 1100000 1000111

Color Harmonies of #F2FC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FC70

Black with #F2FC70

Text Example


Text Example

White with #F2FC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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