Html Css Color HEX #F0FF75 Dolly

📋 copy color: '#F0FF75'

red 240 ◦ green 255 ◦ blue 117

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

Shades of Dolly #F0FF75

Tints of Dolly #F0FF75

RGB

 RED value IS 240 (94.14% from 255) = 39.22%

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

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

R = 39.22%
G = 41.67%
B = 19.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#F0FF75 (or 0xF0FF75) is known color: Dolly. HEX triplet: F0, FF and 75. RGB value is (240,255,117). Sum of RGB (Red+Green+Blue) = 240+255+117=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 117 (46.09% from 255 or 19.12% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FF75 is #0F008A. Grayscale: #EBEBEB. Windows color (decimal): -983179 or 7733232. OLE color: 7733232.

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

Color convert

RGB 240 255 117 -
CMYK 0.06 0 0.54 0
HSL 66.52º 1% 0.73% -
HSV(B) 66.52º 0.54% 1% -
XYZ 74.91 91.33 30.51 -
YUV 234.78 61.53 131.72 -
System Red Green Blue C M Y K H S L
Decimal 240 255 117 0.06 0 0.54 0 66.52 1 0.73
Hex F0 FF 75 6 0 36 0 43 64 49
Octal 360 377 165 6 0 66 0 103 144 111
Binary 11110000 11111111 1110101 110 0 110110 0 1000011 1100100 1001001

Color Harmonies of #F0FF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FF75

Black with #F0FF75

Text Example


Text Example

White with #F0FF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FF75; }

 p { color: rgb(240,255,117); }

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

background-color css

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

 a { background-color: rgb(240,255,117); }

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

border-color css

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

 span { border-color: rgb(240,255,117); }

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