Html Css Color HEX #FAFF78 Dolly

📋 copy color: '#FAFF78'

red 250 ◦ green 255 ◦ blue 120

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

Shades of Dolly #FAFF78

Tints of Dolly #FAFF78

RGB

 RED value IS 250 (98.05% from 255) = 40%

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

 BLUE value IS 120 (47.27% from 255) = 19.2%

R = 40%
G = 40.8%
B = 19.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FAFF78 (or 0xFAFF78) is known color: Dolly. HEX triplet: FA, FF and 78. RGB value is (250,255,120). Sum of RGB (Red+Green+Blue) = 250+255+120=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 120 (47.27% from 255 or 19.2% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF78 is #050087. Grayscale: #EEEEEE. Windows color (decimal): -327816 or 7929850. OLE color: 7929850.

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

Color convert

RGB 250 255 120 -
CMYK 0.02 0 0.53 0
HSL 62.22º 1% 0.74% -
HSV(B) 62.22º 0.53% 1% -
XYZ 78.57 93.2 31.62 -
YUV 238.12 61.34 136.48 -
System Red Green Blue C M Y K H S L
Decimal 250 255 120 0.02 0 0.53 0 62.22 1 0.74
Hex FA FF 78 2 0 35 0 3E 64 4A
Octal 372 377 170 2 0 65 0 76 144 112
Binary 11111010 11111111 1111000 10 0 110101 0 111110 1100100 1001010

Color Harmonies of #FAFF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF78

Black with #FAFF78

Text Example


Text Example

White with #FAFF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF78; }

 p { color: rgb(250,255,120); }

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

background-color css

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

 a { background-color: rgb(250,255,120); }

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

border-color css

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

 span { border-color: rgb(250,255,120); }

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