Html Css Color HEX #EDFE28 Golden Fizz

📋 copy color: '#EDFE28'

red 237 ◦ green 254 ◦ blue 40

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

Shades of Golden Fizz #EDFE28

Tints of Golden Fizz #EDFE28

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.83%

 BLUE value IS 40 (16.02% from 255) = 7.53%

R = 44.63%
G = 47.83%
B = 7.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#EDFE28 (or 0xEDFE28) is known color: Golden Fizz. HEX triplet: ED, FE and 28. RGB value is (237,254,40). Sum of RGB (Red+Green+Blue) = 237+254+40=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 40 (16.02% from 255 or 7.53% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE28 is #1201D7. Grayscale: #E1E1E1. Windows color (decimal): -1180120 or 2686701. OLE color: 2686701.

HSL color Cylindrical-coordinate representation of color #EDFE28: hue angle of 64.77º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDFE28 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 254 40 -
CMYK 0.07 0 0.84 0.00
HSL 64.77º 0.99% 0.58% -
HSV(B) 64.77º 0.84% 1% -
XYZ 70.75 89.04 15.47 -
YUV 224.52 23.87 136.9 -
System Red Green Blue C M Y K H S L
Decimal 237 254 40 0.07 0 0.84 0.00 64.77 0.99 0.58
Hex ED FE 28 7 0 54 0 41 63 3A
Octal 355 376 50 7 0 124 0 101 143 72
Binary 11101101 11111110 101000 111 0 1010100 0 1000001 1100011 111010

Color Harmonies of #EDFE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE28

Black with #EDFE28

Text Example


Text Example

White with #EDFE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE28; }

 p { color: rgb(237,254,40); }

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

background-color css

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

 a { background-color: rgb(237,254,40); }

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

border-color css

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

 span { border-color: rgb(237,254,40); }

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