Html Css Color HEX #F1FF72 Dolly

📋 copy color: '#F1FF72'

red 241 ◦ green 255 ◦ blue 114

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

Shades of Dolly #F1FF72

Tints of Dolly #F1FF72

RGB

 RED value IS 241 (94.53% from 255) = 39.51%

 GREEN value IS 255 (100% from 255) = 41.8%

 BLUE value IS 114 (44.92% from 255) = 18.69%

R = 39.51%
G = 41.8%
B = 18.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#F1FF72 (or 0xF1FF72) is known color: Dolly. HEX triplet: F1, FF and 72. RGB value is (241,255,114). Sum of RGB (Red+Green+Blue) = 241+255+114=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 114 (44.92% from 255 or 18.69% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FF72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FF72 is #0E008D. Grayscale: #EBEBEB. Windows color (decimal): -917646 or 7536625. OLE color: 7536625.

HSL color Cylindrical-coordinate representation of color #F1FF72: hue angle of 65.96º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1FF72 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 241 255 114 -
CMYK 0.05 0 0.55 0
HSL 65.96º 1% 0.72% -
HSV(B) 65.96º 0.55% 1% -
XYZ 75.07 91.44 29.61 -
YUV 234.74 59.86 132.46 -
System Red Green Blue C M Y K H S L
Decimal 241 255 114 0.05 0 0.55 0 65.96 1 0.72
Hex F1 FF 72 5 0 37 0 42 64 48
Octal 361 377 162 5 0 67 0 102 144 110
Binary 11110001 11111111 1110010 101 0 110111 0 1000010 1100100 1001000

Color Harmonies of #F1FF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FF72

Black with #F1FF72

Text Example


Text Example

White with #F1FF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FF72; }

 p { color: rgb(241,255,114); }

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

background-color css

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

 a { background-color: rgb(241,255,114); }

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

border-color css

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

 span { border-color: rgb(241,255,114); }

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