#EDFE27

Color #EDFE27 Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #EDFE27

Tints of Golden Fizz #EDFE27

Color information

#EDFE27 (or 0xEDFE27) is unknown color: approx Golden Fizz. HEX triplet: ED, FE and 27. RGB value is (237,254,39). Sum of RGB (Red+Green+Blue) = 237+254+39=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 39 (15.62% from 255 or 7.36% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE27 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE27 is #1201D8. Grayscale: #E1E1E1. Windows color (decimal): -1180121 or 2621165. OLE color: 2621165.

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

Color convert

RGB23725439-
CMYK0.0700.850.00
HSL64.74º99.08%57.45%-
HSV(B)64.74º84.65%99.61%-
XYZ70.7389.0315.38-
YUV224.4123.37136.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.72%
GREEN value IS 254 (99.61% from 255) = 47.92%
BLUE value IS 39 (15.62% from 255) = 7.36%
R=44.72%
G=47.92%
B=7.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal237254390.0700.850.0064.7499.0857.45
HexEDFE2770550416339
Octal3553764770125010114371
Binary111011011111111010011111101010101010000011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFE27; }

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

 H1.HeaderClassName
 {
   color: #EDFE27;
 }
 .AnyTagClassName
 {
   color: #EDFE27;
 }
</style>
background-color css

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

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

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

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

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

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