Html Css Color HEX #EFFD32 Golden Fizz

📋 copy color: '#EFFD32'

red 239 ◦ green 253 ◦ blue 50

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

Shades of Golden Fizz #EFFD32

Tints of Golden Fizz #EFFD32

RGB

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

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

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

R = 44.1%
G = 46.68%
B = 9.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#EFFD32 (or 0xEFFD32) is known color: Golden Fizz. HEX triplet: EF, FD and 32. RGB value is (239,253,50). Sum of RGB (Red+Green+Blue) = 239+253+50=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 50 (19.92% from 255 or 9.23% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFD32 is #1002CD. Grayscale: #E2E2E2. Windows color (decimal): -1049294 or 3341807. OLE color: 3341807.

HSL color Cylindrical-coordinate representation of color #EFFD32: hue angle of 64.14º degrees, saturation: 0.98, 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 #EFFD32 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 253 50 -
CMYK 0.06 0 0.80 0.01
HSL 64.14º 0.98% 0.59% -
HSV(B) 64.14º 0.8% 0.99% -
XYZ 71.3 88.83 16.41 -
YUV 225.67 28.86 137.51 -
System Red Green Blue C M Y K H S L
Decimal 239 253 50 0.06 0 0.80 0.01 64.14 0.98 0.59
Hex EF FD 32 6 0 50 1 40 62 3B
Octal 357 375 62 6 0 120 1 100 142 73
Binary 11101111 11111101 110010 110 0 1010000 1 1000000 1100010 111011

Color Harmonies of #EFFD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFD32

Black with #EFFD32

Text Example


Text Example

White with #EFFD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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