Html Css Color HEX #EDFD0E Chartreuse Yellow

📋 copy color: '#EDFD0E'

red 237 ◦ green 253 ◦ blue 14

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

Shades of Chartreuse Yellow #EDFD0E

Tints of Chartreuse Yellow #EDFD0E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.2%

 BLUE value IS 14 (5.86% from 255) = 2.78%

R = 47.02%
G = 50.2%
B = 2.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#EDFD0E (or 0xEDFD0E) is known color: Chartreuse Yellow. HEX triplet: ED, FD and 0E. RGB value is (237,253,14). Sum of RGB (Red+Green+Blue) = 237+253+14=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 14 (5.86% from 255 or 2.78% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFD0E is #1202F1. Grayscale: #DDDDDD. Windows color (decimal): -1180402 or 982509. OLE color: 982509.

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

Color convert

RGB 237 253 14 -
CMYK 0.06 0 0.94 0.01
HSL 64.02º 0.98% 0.52% -
HSV(B) 64.02º 0.94% 0.99% -
XYZ 70.13 88.29 13.76 -
YUV 220.97 11.2 139.43 -
System Red Green Blue C M Y K H S L
Decimal 237 253 14 0.06 0 0.94 0.01 64.02 0.98 0.52
Hex ED FD E 6 0 5E 1 40 62 34
Octal 355 375 16 6 0 136 1 100 142 64
Binary 11101101 11111101 1110 110 0 1011110 1 1000000 1100010 110100

Color Harmonies of #EDFD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFD0E

Black with #EDFD0E

Text Example


Text Example

White with #EDFD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFD0E; }

 p { color: rgb(237,253,14); }

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

background-color css

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

 a { background-color: rgb(237,253,14); }

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

border-color css

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

 span { border-color: rgb(237,253,14); }

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