Html Css Color HEX #EDFF14 Chartreuse Yellow

📋 copy color: '#EDFF14'

red 237 ◦ green 255 ◦ blue 20

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

Shades of Chartreuse Yellow #EDFF14

Tints of Chartreuse Yellow #EDFF14

RGB

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

 GREEN value IS 255 (100% from 255) = 49.8%

 BLUE value IS 20 (8.2% from 255) = 3.91%

R = 46.29%
G = 49.8%
B = 3.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#EDFF14 (or 0xEDFF14) is known color: Chartreuse Yellow. HEX triplet: ED, FF and 14. RGB value is (237,255,20). Sum of RGB (Red+Green+Blue) = 237+255+20=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 20 (8.20% from 255 or 3.91% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFF14 is #1200EB. Grayscale: #DFDFDF. Windows color (decimal): -1179884 or 1376237. OLE color: 1376237.

HSL color Cylindrical-coordinate representation of color #EDFF14: hue angle of 64.6º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDFF14 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 237 255 20 -
CMYK 0.07 0 0.92 0
HSL 64.6º 1% 0.54% -
HSV(B) 64.6º 0.92% 1% -
XYZ 70.81 89.58 14.22 -
YUV 222.83 13.54 138.11 -
System Red Green Blue C M Y K H S L
Decimal 237 255 20 0.07 0 0.92 0 64.6 1 0.54
Hex ED FF 14 7 0 5C 0 41 64 36
Octal 355 377 24 7 0 134 0 101 144 66
Binary 11101101 11111111 10100 111 0 1011100 0 1000001 1100100 110110

Color Harmonies of #EDFF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF14

Black with #EDFF14

Text Example


Text Example

White with #EDFF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF14; }

 p { color: rgb(237,255,20); }

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

background-color css

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

 a { background-color: rgb(237,255,20); }

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

border-color css

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

 span { border-color: rgb(237,255,20); }

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