Html Css Color HEX #EDF700 Chartreuse Yellow

📋 copy color: '#EDF700'

red 237 ◦ green 247 ◦ blue 0

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

Shades of Chartreuse Yellow #EDF700

Tints of Chartreuse Yellow #EDF700

RGB

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

 GREEN value IS 247 (96.88% from 255) = 51.03%

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

R = 48.97%
G = 51.03%
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

#EDF700 (or 0xEDF700) is known color: Chartreuse Yellow. HEX triplet: ED, F7 and 00. RGB value is (237,247,0). Sum of RGB (Red+Green+Blue) = 237+247+0=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 247 (96.88% from 255 or 51.03% from 484); Blue value is 0 (0.39% from 255 or 0% from 484); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF700 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF700 is #1208FF. Grayscale: #D8D8D8. Windows color (decimal): -1181952 or 63469. OLE color: 63469.

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

Color convert

RGB 237 247 0 -
CMYK 0.04 0 1 0.03
HSL 62.43º 1% 0.48% -
HSV(B) 62.43º 1% 0.97% -
XYZ 68.19 84.53 12.72 -
YUV 215.85 6.19 143.08 -
System Red Green Blue C M Y K H S L
Decimal 237 247 0 0.04 0 1 0.03 62.43 1 0.48
Hex ED F7 0 4 0 64 3 3E 64 30
Octal 355 367 0 4 0 144 3 76 144 60
Binary 11101101 11110111 0 100 0 1100100 11 111110 1100100 110000

Color Harmonies of #EDF700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF700

Black with #EDF700

Text Example


Text Example

White with #EDF700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF700; }

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

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

background-color css

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

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

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

border-color css

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

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

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