Html Css Color HEX #F5FD76 Dolly

📋 copy color: '#F5FD76'

red 245 ◦ green 253 ◦ blue 118

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

Shades of Dolly #F5FD76

Tints of Dolly #F5FD76

RGB

 RED value IS 245 (96.09% from 255) = 39.77%

 GREEN value IS 253 (99.22% from 255) = 41.07%

 BLUE value IS 118 (46.48% from 255) = 19.16%

R = 39.77%
G = 41.07%
B = 19.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#F5FD76 (or 0xF5FD76) is known color: Dolly. HEX triplet: F5, FD and 76. RGB value is (245,253,118). Sum of RGB (Red+Green+Blue) = 245+253+118=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 118 (46.48% from 255 or 19.16% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FD76 is #0A0289. Grayscale: #EBEBEB. Windows color (decimal): -656010 or 7798261. OLE color: 7798261.

HSL color Cylindrical-coordinate representation of color #F5FD76: hue angle of 63.56º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5FD76 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 253 118 -
CMYK 0.03 0 0.53 0.01
HSL 63.56º 0.97% 0.73% -
HSV(B) 63.56º 0.53% 0.99% -
XYZ 76.05 90.97 30.69 -
YUV 235.22 61.85 134.98 -
System Red Green Blue C M Y K H S L
Decimal 245 253 118 0.03 0 0.53 0.01 63.56 0.97 0.73
Hex F5 FD 76 3 0 35 1 40 61 49
Octal 365 375 166 3 0 65 1 100 141 111
Binary 11110101 11111101 1110110 11 0 110101 1 1000000 1100001 1001001

Color Harmonies of #F5FD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FD76

Black with #F5FD76

Text Example


Text Example

White with #F5FD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FD76; }

 p { color: rgb(245,253,118); }

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

background-color css

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

 a { background-color: rgb(245,253,118); }

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

border-color css

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

 span { border-color: rgb(245,253,118); }

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