Html Css Color HEX #F0FF30 Golden Fizz

📋 copy color: '#F0FF30'

red 240 ◦ green 255 ◦ blue 48

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

Shades of Golden Fizz #F0FF30

Tints of Golden Fizz #F0FF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 8.84%

R = 44.2%
G = 46.96%
B = 8.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#F0FF30 (or 0xF0FF30) is known color: Golden Fizz. HEX triplet: F0, FF and 30. RGB value is (240,255,48). Sum of RGB (Red+Green+Blue) = 240+255+48=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 48 (19.14% from 255 or 8.84% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FF30 is #0F00CF. Grayscale: #E3E3E3. Windows color (decimal): -983248 or 3211248. OLE color: 3211248.

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

Color convert

RGB 240 255 48 -
CMYK 0.06 0 0.81 0
HSL 64.35º 1% 0.59% -
HSV(B) 64.35º 0.81% 1% -
XYZ 72.23 90.26 16.41 -
YUV 226.92 27.03 137.33 -
System Red Green Blue C M Y K H S L
Decimal 240 255 48 0.06 0 0.81 0 64.35 1 0.59
Hex F0 FF 30 6 0 51 0 40 64 3B
Octal 360 377 60 6 0 121 0 100 144 73
Binary 11110000 11111111 110000 110 0 1010001 0 1000000 1100100 111011

Color Harmonies of #F0FF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FF30

Black with #F0FF30

Text Example


Text Example

White with #F0FF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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