Html Css Color HEX #EDFF2D Golden Fizz

📋 copy color: '#EDFF2D'

red 237 ◦ green 255 ◦ blue 45

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

Shades of Golden Fizz #EDFF2D

Tints of Golden Fizz #EDFF2D

RGB

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

 GREEN value IS 255 (100% from 255) = 47.49%

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

R = 44.13%
G = 47.49%
B = 8.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#EDFF2D (or 0xEDFF2D) is known color: Golden Fizz. HEX triplet: ED, FF and 2D. RGB value is (237,255,45). Sum of RGB (Red+Green+Blue) = 237+255+45=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 45 (17.97% from 255 or 8.38% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF2D is #1200D2. Grayscale: #E2E2E2. Windows color (decimal): -1179859 or 3014637. OLE color: 3014637.

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

Color convert

RGB 237 255 45 -
CMYK 0.07 0 0.82 0
HSL 65.14º 1% 0.59% -
HSV(B) 65.14º 0.82% 1% -
XYZ 71.16 89.71 16.05 -
YUV 225.68 26.04 136.08 -
System Red Green Blue C M Y K H S L
Decimal 237 255 45 0.07 0 0.82 0 65.14 1 0.59
Hex ED FF 2D 7 0 52 0 41 64 3B
Octal 355 377 55 7 0 122 0 101 144 73
Binary 11101101 11111111 101101 111 0 1010010 0 1000001 1100100 111011

Color Harmonies of #EDFF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF2D

Black with #EDFF2D

Text Example


Text Example

White with #EDFF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF2D; }

 p { color: rgb(237,255,45); }

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

background-color css

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

 a { background-color: rgb(237,255,45); }

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

border-color css

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

 span { border-color: rgb(237,255,45); }

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