Html Css Color HEX #EDF800 Chartreuse Yellow

📋 copy color: '#EDF800'

red 237 ◦ green 248 ◦ blue 0

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

Shades of Chartreuse Yellow #EDF800

Tints of Chartreuse Yellow #EDF800

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.13%

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

R = 48.87%
G = 51.13%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#EDF800 (or 0xEDF800) is known color: Chartreuse Yellow. HEX triplet: ED, F8 and 00. RGB value is (237,248,0). Sum of RGB (Red+Green+Blue) = 237+248+0=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 248 (97.27% from 255 or 51.13% from 485); Blue value is 0 (0.39% from 255 or 0% from 485); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF800 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF800 is #1207FF. Grayscale: #D9D9D9. Windows color (decimal): -1181696 or 63725. OLE color: 63725.

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

Color convert

RGB 237 248 0 -
CMYK 0.04 0 1 0.03
HSL 62.66º 1% 0.49% -
HSV(B) 62.66º 1% 0.97% -
XYZ 68.49 85.14 12.82 -
YUV 216.44 5.86 142.67 -
System Red Green Blue C M Y K H S L
Decimal 237 248 0 0.04 0 1 0.03 62.66 1 0.49
Hex ED F8 0 4 0 64 3 3F 64 31
Octal 355 370 0 4 0 144 3 77 144 61
Binary 11101101 11111000 0 100 0 1100100 11 111111 1100100 110001

Color Harmonies of #EDF800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF800

Black with #EDF800

Text Example


Text Example

White with #EDF800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF800; }

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

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

background-color css

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

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

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

border-color css

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

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

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