Html Css Color HEX #EFF82D Golden Fizz

📋 copy color: '#EFF82D'

red 239 ◦ green 248 ◦ blue 45

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

Shades of Golden Fizz #EFF82D

Tints of Golden Fizz #EFF82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.46%

R = 44.92%
G = 46.62%
B = 8.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#EFF82D (or 0xEFF82D) is known color: Golden Fizz. HEX triplet: EF, F8 and 2D. RGB value is (239,248,45). Sum of RGB (Red+Green+Blue) = 239+248+45=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 45 (17.97% from 255 or 8.46% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF82D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF82D is #1007D2. Grayscale: #DEDEDE. Windows color (decimal): -1050579 or 3012847. OLE color: 3012847.

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

Color convert

RGB 239 248 45 -
CMYK 0.04 0 0.82 0.03
HSL 62.66º 0.94% 0.57% -
HSV(B) 62.66º 0.82% 0.97% -
XYZ 69.64 85.67 15.35 -
YUV 222.17 28.02 140.01 -
System Red Green Blue C M Y K H S L
Decimal 239 248 45 0.04 0 0.82 0.03 62.66 0.94 0.57
Hex EF F8 2D 4 0 52 3 3F 5E 39
Octal 357 370 55 4 0 122 3 77 136 71
Binary 11101111 11111000 101101 100 0 1010010 11 111111 1011110 111001

Color Harmonies of #EFF82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF82D

Black with #EFF82D

Text Example


Text Example

White with #EFF82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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