Html Css Color HEX #EDF90E Chartreuse Yellow

📋 copy color: '#EDF90E'

red 237 ◦ green 249 ◦ blue 14

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

Shades of Chartreuse Yellow #EDF90E

Tints of Chartreuse Yellow #EDF90E

RGB

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

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

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

R = 47.4%
G = 49.8%
B = 2.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#EDF90E (or 0xEDF90E) is known color: Chartreuse Yellow. HEX triplet: ED, F9 and 0E. RGB value is (237,249,14). Sum of RGB (Red+Green+Blue) = 237+249+14=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 14 (5.86% from 255 or 2.8% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF90E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF90E is #1206F1. Grayscale: #DBDBDB. Windows color (decimal): -1181426 or 981485. OLE color: 981485.

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

Color convert

RGB 237 249 14 -
CMYK 0.05 0 0.94 0.02
HSL 63.06º 0.95% 0.52% -
HSV(B) 63.06º 0.94% 0.98% -
XYZ 68.88 85.79 13.34 -
YUV 218.62 12.52 141.11 -
System Red Green Blue C M Y K H S L
Decimal 237 249 14 0.05 0 0.94 0.02 63.06 0.95 0.52
Hex ED F9 E 5 0 5E 2 3F 5F 34
Octal 355 371 16 5 0 136 2 77 137 64
Binary 11101101 11111001 1110 101 0 1011110 10 111111 1011111 110100

Color Harmonies of #EDF90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF90E

Black with #EDF90E

Text Example


Text Example

White with #EDF90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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