Html Css Color HEX #EDFB0E Chartreuse Yellow

📋 copy color: '#EDFB0E'

red 237 ◦ green 251 ◦ blue 14

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

Shades of Chartreuse Yellow #EDFB0E

Tints of Chartreuse Yellow #EDFB0E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50%

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

R = 47.21%
G = 50%
B = 2.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#EDFB0E (or 0xEDFB0E) is known color: Chartreuse Yellow. HEX triplet: ED, FB and 0E. RGB value is (237,251,14). Sum of RGB (Red+Green+Blue) = 237+251+14=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 14 (5.86% from 255 or 2.79% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFB0E is #1204F1. Grayscale: #DCDCDC. Windows color (decimal): -1180914 or 981997. OLE color: 981997.

HSL color Cylindrical-coordinate representation of color #EDFB0E: hue angle of 63.54º degrees, saturation: 0.97, 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 #EDFB0E is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 251 14 -
CMYK 0.06 0 0.94 0.02
HSL 63.54º 0.97% 0.52% -
HSV(B) 63.54º 0.94% 0.98% -
XYZ 69.5 87.03 13.55 -
YUV 219.8 11.86 140.27 -
System Red Green Blue C M Y K H S L
Decimal 237 251 14 0.06 0 0.94 0.02 63.54 0.97 0.52
Hex ED FB E 6 0 5E 2 40 61 34
Octal 355 373 16 6 0 136 2 100 141 64
Binary 11101101 11111011 1110 110 0 1011110 10 1000000 1100001 110100

Color Harmonies of #EDFB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFB0E

Black with #EDFB0E

Text Example


Text Example

White with #EDFB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFB0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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