Html Css Color HEX #F2FC75 Dolly

📋 copy color: '#F2FC75'

red 242 ◦ green 252 ◦ blue 117

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

Shades of Dolly #F2FC75

Tints of Dolly #F2FC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.15%

R = 39.61%
G = 41.24%
B = 19.15%

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

#F2FC75 (or 0xF2FC75) is known color: Dolly. HEX triplet: F2, FC and 75. RGB value is (242,252,117). Sum of RGB (Red+Green+Blue) = 242+252+117=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 117 (46.09% from 255 or 19.15% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FC75 is #0D038A. Grayscale: #EAEAEA. Windows color (decimal): -852875 or 7732466. OLE color: 7732466.

HSL color Cylindrical-coordinate representation of color #F2FC75: hue angle of 64.44º 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 #F2FC75 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 252 117 -
CMYK 0.04 0 0.54 0.01
HSL 64.44º 0.96% 0.72% -
HSV(B) 64.44º 0.54% 0.99% -
XYZ 74.64 89.78 30.23 -
YUV 233.62 62.19 133.98 -
System Red Green Blue C M Y K H S L
Decimal 242 252 117 0.04 0 0.54 0.01 64.44 0.96 0.72
Hex F2 FC 75 4 0 36 1 40 60 48
Octal 362 374 165 4 0 66 1 100 140 110
Binary 11110010 11111100 1110101 100 0 110110 1 1000000 1100000 1001000

Color Harmonies of #F2FC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FC75

Black with #F2FC75

Text Example


Text Example

White with #F2FC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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