Html Css Color HEX #EDF82F Golden Fizz

📋 copy color: '#EDF82F'

red 237 ◦ green 248 ◦ blue 47

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

Shades of Golden Fizz #EDF82F

Tints of Golden Fizz #EDF82F

RGB

 RED value IS 237 (92.97% from 255) = 44.55%

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

 BLUE value IS 47 (18.75% from 255) = 8.83%

R = 44.55%
G = 46.62%
B = 8.83%

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

#EDF82F (or 0xEDF82F) is known color: Golden Fizz. HEX triplet: ED, F8 and 2F. RGB value is (237,248,47). Sum of RGB (Red+Green+Blue) = 237+248+47=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 47 (18.75% from 255 or 8.83% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF82F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF82F is #1207D0. Grayscale: #DEDEDE. Windows color (decimal): -1181649 or 3143917. OLE color: 3143917.

HSL color Cylindrical-coordinate representation of color #EDF82F: hue angle of 63.28º degrees, saturation: 0.93, 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 #EDF82F is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 47 -
CMYK 0.04 0 0.81 0.03
HSL 63.28º 0.93% 0.58% -
HSV(B) 63.28º 0.81% 0.97% -
XYZ 69.01 85.34 15.53 -
YUV 221.8 29.36 138.84 -
System Red Green Blue C M Y K H S L
Decimal 237 248 47 0.04 0 0.81 0.03 63.28 0.93 0.58
Hex ED F8 2F 4 0 51 3 3F 5D 3A
Octal 355 370 57 4 0 121 3 77 135 72
Binary 11101101 11111000 101111 100 0 1010001 11 111111 1011101 111010

Color Harmonies of #EDF82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF82F

Black with #EDF82F

Text Example


Text Example

White with #EDF82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF82F; }

 p { color: rgb(237,248,47); }

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

background-color css

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

 a { background-color: rgb(237,248,47); }

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

border-color css

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

 span { border-color: rgb(237,248,47); }

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