Html Css Color HEX #EFFC32 Golden Fizz

📋 copy color: '#EFFC32'

red 239 ◦ green 252 ◦ blue 50

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

Shades of Golden Fizz #EFFC32

Tints of Golden Fizz #EFFC32

RGB

 RED value IS 239 (93.75% from 255) = 44.18%

 GREEN value IS 252 (98.83% from 255) = 46.58%

 BLUE value IS 50 (19.92% from 255) = 9.24%

R = 44.18%
G = 46.58%
B = 9.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#EFFC32 (or 0xEFFC32) is known color: Golden Fizz. HEX triplet: EF, FC and 32. RGB value is (239,252,50). Sum of RGB (Red+Green+Blue) = 239+252+50=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 50 (19.92% from 255 or 9.24% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFC32 is #1003CD. Grayscale: #E1E1E1. Windows color (decimal): -1049550 or 3341551. OLE color: 3341551.

HSL color Cylindrical-coordinate representation of color #EFFC32: hue angle of 63.86º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFFC32 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 252 50 -
CMYK 0.05 0 0.80 0.01
HSL 63.86º 0.97% 0.59% -
HSV(B) 63.86º 0.8% 0.99% -
XYZ 70.98 88.2 16.3 -
YUV 225.09 29.19 137.93 -
System Red Green Blue C M Y K H S L
Decimal 239 252 50 0.05 0 0.80 0.01 63.86 0.97 0.59
Hex EF FC 32 5 0 50 1 40 61 3B
Octal 357 374 62 5 0 120 1 100 141 73
Binary 11101111 11111100 110010 101 0 1010000 1 1000000 1100001 111011

Color Harmonies of #EFFC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFC32

Black with #EFFC32

Text Example


Text Example

White with #EFFC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFC32; }

 p { color: rgb(239,252,50); }

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

background-color css

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

 a { background-color: rgb(239,252,50); }

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

border-color css

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

 span { border-color: rgb(239,252,50); }

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