Html Css Color HEX #EDFE2E Golden Fizz

📋 copy color: '#EDFE2E'

red 237 ◦ green 254 ◦ blue 46

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

Shades of Golden Fizz #EDFE2E

Tints of Golden Fizz #EDFE2E

RGB

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

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

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

R = 44.13%
G = 47.3%
B = 8.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#EDFE2E (or 0xEDFE2E) is known color: Golden Fizz. HEX triplet: ED, FE and 2E. RGB value is (237,254,46). Sum of RGB (Red+Green+Blue) = 237+254+46=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 46 (18.36% from 255 or 8.57% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE2E is #1201D1. Grayscale: #E2E2E2. Windows color (decimal): -1180114 or 3079917. OLE color: 3079917.

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

Color convert

RGB 237 254 46 -
CMYK 0.07 0 0.82 0.00
HSL 64.9º 0.99% 0.59% -
HSV(B) 64.9º 0.82% 1% -
XYZ 70.86 89.09 16.05 -
YUV 225.21 26.87 136.41 -
System Red Green Blue C M Y K H S L
Decimal 237 254 46 0.07 0 0.82 0.00 64.9 0.99 0.59
Hex ED FE 2E 7 0 52 0 41 63 3B
Octal 355 376 56 7 0 122 0 101 143 73
Binary 11101101 11111110 101110 111 0 1010010 0 1000001 1100011 111011

Color Harmonies of #EDFE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE2E

Black with #EDFE2E

Text Example


Text Example

White with #EDFE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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