Html Css Color HEX #F2FB70 Dolly

📋 copy color: '#F2FB70'

red 242 ◦ green 251 ◦ blue 112

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

Shades of Dolly #F2FB70

Tints of Dolly #F2FB70

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.49%

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

R = 40%
G = 41.49%
B = 18.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F2FB70 (or 0xF2FB70) is known color: Dolly. HEX triplet: F2, FB and 70. RGB value is (242,251,112). Sum of RGB (Red+Green+Blue) = 242+251+112=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 112 (44.14% from 255 or 18.51% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FB70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FB70 is #0D048F. Grayscale: #E9E9E9. Windows color (decimal): -853136 or 7404530. OLE color: 7404530.

HSL color Cylindrical-coordinate representation of color #F2FB70: hue angle of 63.88º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2FB70 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 251 112 -
CMYK 0.04 0 0.55 0.02
HSL 63.88º 0.95% 0.71% -
HSV(B) 63.88º 0.55% 0.98% -
XYZ 74.04 89.04 28.61 -
YUV 232.46 60.02 134.8 -
System Red Green Blue C M Y K H S L
Decimal 242 251 112 0.04 0 0.55 0.02 63.88 0.95 0.71
Hex F2 FB 70 4 0 37 2 40 5F 47
Octal 362 373 160 4 0 67 2 100 137 107
Binary 11110010 11111011 1110000 100 0 110111 10 1000000 1011111 1000111

Color Harmonies of #F2FB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FB70

Black with #F2FB70

Text Example


Text Example

White with #F2FB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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