Html Css Color HEX #EFF82E Golden Fizz

📋 copy color: '#EFF82E'

red 239 ◦ green 248 ◦ blue 46

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

Shades of Golden Fizz #EFF82E

Tints of Golden Fizz #EFF82E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.53%

 BLUE value IS 46 (18.36% from 255) = 8.63%

R = 44.84%
G = 46.53%
B = 8.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#EFF82E (or 0xEFF82E) is known color: Golden Fizz. HEX triplet: EF, F8 and 2E. RGB value is (239,248,46). Sum of RGB (Red+Green+Blue) = 239+248+46=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 248 (97.27% from 255 or 46.53% from 533); Blue value is 46 (18.36% from 255 or 8.63% from 533); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF82E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF82E is #1007D1. Grayscale: #DFDFDF. Windows color (decimal): -1050578 or 3078383. OLE color: 3078383.

HSL color Cylindrical-coordinate representation of color #EFF82E: hue angle of 62.67º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFF82E is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 248 46 -
CMYK 0.04 0 0.81 0.03
HSL 62.67º 0.94% 0.58% -
HSV(B) 62.67º 0.81% 0.97% -
XYZ 69.66 85.68 15.45 -
YUV 222.28 28.52 139.93 -
System Red Green Blue C M Y K H S L
Decimal 239 248 46 0.04 0 0.81 0.03 62.67 0.94 0.58
Hex EF F8 2E 4 0 51 3 3F 5E 3A
Octal 357 370 56 4 0 121 3 77 136 72
Binary 11101111 11111000 101110 100 0 1010001 11 111111 1011110 111010

Color Harmonies of #EFF82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF82E

Black with #EFF82E

Text Example


Text Example

White with #EFF82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF82E; }

 p { color: rgb(239,248,46); }

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

background-color css

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

 a { background-color: rgb(239,248,46); }

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

border-color css

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

 span { border-color: rgb(239,248,46); }

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