Html Css Color HEX #F5FD7E Dolly

📋 copy color: '#F5FD7E'

red 245 ◦ green 253 ◦ blue 126

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

Shades of Dolly #F5FD7E

Tints of Dolly #F5FD7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 20.19%

R = 39.26%
G = 40.54%
B = 20.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#F5FD7E (or 0xF5FD7E) is known color: Dolly. HEX triplet: F5, FD and 7E. RGB value is (245,253,126). Sum of RGB (Red+Green+Blue) = 245+253+126=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 126 (49.61% from 255 or 20.19% from 624); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FD7E is #0A0281. Grayscale: #ECECEC. Windows color (decimal): -656002 or 8322549. OLE color: 8322549.

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

Color convert

RGB 245 253 126 -
CMYK 0.03 0 0.50 0.01
HSL 63.78º 0.97% 0.74% -
HSV(B) 63.78º 0.5% 0.99% -
XYZ 76.55 91.17 33.3 -
YUV 236.13 65.85 134.33 -
System Red Green Blue C M Y K H S L
Decimal 245 253 126 0.03 0 0.50 0.01 63.78 0.97 0.74
Hex F5 FD 7E 3 0 32 1 40 61 4A
Octal 365 375 176 3 0 62 1 100 141 112
Binary 11110101 11111101 1111110 11 0 110010 1 1000000 1100001 1001010

Color Harmonies of #F5FD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FD7E

Black with #F5FD7E

Text Example


Text Example

White with #F5FD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FD7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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