Html Css Color HEX #EDF000 Chartreuse Yellow

📋 copy color: '#EDF000'

red 237 ◦ green 240 ◦ blue 0

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

Shades of Chartreuse Yellow #EDF000

Tints of Chartreuse Yellow #EDF000

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.31%

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

R = 49.69%
G = 50.31%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EDF000 (or 0xEDF000) is known color: Chartreuse Yellow. HEX triplet: ED, F0 and 00. RGB value is (237,240,0). Sum of RGB (Red+Green+Blue) = 237+240+0=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 0 (0.39% from 255 or 0% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF000 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF000 is #120FFF. Grayscale: #D4D4D4. Windows color (decimal): -1183744 or 61677. OLE color: 61677.

HSL color Cylindrical-coordinate representation of color #EDF000: hue angle of 60.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDF000 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 0 -
CMYK 0.01 0 1 0.06
HSL 60.75º 1% 0.47% -
HSV(B) 60.75º 1% 0.94% -
XYZ 66.09 80.32 12.02 -
YUV 211.74 8.51 146.01 -
System Red Green Blue C M Y K H S L
Decimal 237 240 0 0.01 0 1 0.06 60.75 1 0.47
Hex ED F0 0 1 0 64 6 3D 64 2F
Octal 355 360 0 1 0 144 6 75 144 57
Binary 11101101 11110000 0 1 0 1100100 110 111101 1100100 101111

Color Harmonies of #EDF000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF000

Black with #EDF000

Text Example


Text Example

White with #EDF000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF000; }

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

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

background-color css

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

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

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

border-color css

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

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

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