Html Css Color HEX #EDF900 Chartreuse Yellow

📋 copy color: '#EDF900'

red 237 ◦ green 249 ◦ blue 0

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

Shades of Chartreuse Yellow #EDF900

Tints of Chartreuse Yellow #EDF900

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.23%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.77%
G = 51.23%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#EDF900 (or 0xEDF900) is known color: Chartreuse Yellow. HEX triplet: ED, F9 and 00. RGB value is (237,249,0). Sum of RGB (Red+Green+Blue) = 237+249+0=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 249 (97.66% from 255 or 51.23% from 486); Blue value is 0 (0.39% from 255 or 0% from 486); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF900 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF900 is #1206FF. Grayscale: #DADADA. Windows color (decimal): -1181440 or 63981. OLE color: 63981.

HSL color Cylindrical-coordinate representation of color #EDF900: hue angle of 62.89º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDF900 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 0 -
CMYK 0.05 0 1 0.02
HSL 62.89º 1% 0.49% -
HSV(B) 62.89º 1% 0.98% -
XYZ 68.8 85.76 12.93 -
YUV 217.03 5.52 142.25 -
System Red Green Blue C M Y K H S L
Decimal 237 249 0 0.05 0 1 0.02 62.89 1 0.49
Hex ED F9 0 5 0 64 2 3F 64 31
Octal 355 371 0 5 0 144 2 77 144 61
Binary 11101101 11111001 0 101 0 1100100 10 111111 1100100 110001

Color Harmonies of #EDF900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF900

Black with #EDF900

Text Example


Text Example

White with #EDF900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF900; }

 p { color: rgb(237,249,0); }

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

background-color css

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

 a { background-color: rgb(237,249,0); }

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

border-color css

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

 span { border-color: rgb(237,249,0); }

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