Html Css Color HEX #EDFF13 Chartreuse Yellow

📋 copy color: '#EDFF13'

red 237 ◦ green 255 ◦ blue 19

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

Shades of Chartreuse Yellow #EDFF13

Tints of Chartreuse Yellow #EDFF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.72%

R = 46.38%
G = 49.9%
B = 3.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#EDFF13 (or 0xEDFF13) is known color: Chartreuse Yellow. HEX triplet: ED, FF and 13. RGB value is (237,255,19). Sum of RGB (Red+Green+Blue) = 237+255+19=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 19 (7.81% from 255 or 3.72% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFF13 is #1200EC. Grayscale: #DFDFDF. Windows color (decimal): -1179885 or 1310701. OLE color: 1310701.

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

Color convert

RGB 237 255 19 -
CMYK 0.07 0 0.93 0
HSL 64.58º 1% 0.54% -
HSV(B) 64.58º 0.93% 1% -
XYZ 70.8 89.57 14.17 -
YUV 222.71 13.04 138.19 -
System Red Green Blue C M Y K H S L
Decimal 237 255 19 0.07 0 0.93 0 64.58 1 0.54
Hex ED FF 13 7 0 5D 0 41 64 36
Octal 355 377 23 7 0 135 0 101 144 66
Binary 11101101 11111111 10011 111 0 1011101 0 1000001 1100100 110110

Color Harmonies of #EDFF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF13

Black with #EDFF13

Text Example


Text Example

White with #EDFF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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