Html Css Color HEX #EDFF12 Chartreuse Yellow

📋 copy color: '#EDFF12'

red 237 ◦ green 255 ◦ blue 18

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

Shades of Chartreuse Yellow #EDFF12

Tints of Chartreuse Yellow #EDFF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.53%

R = 46.47%
G = 50%
B = 3.53%

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

#EDFF12 (or 0xEDFF12) is known color: Chartreuse Yellow. HEX triplet: ED, FF and 12. RGB value is (237,255,18). Sum of RGB (Red+Green+Blue) = 237+255+18=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 18 (7.42% from 255 or 3.53% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFF12 is #1200ED. Grayscale: #DFDFDF. Windows color (decimal): -1179886 or 1245165. OLE color: 1245165.

HSL color Cylindrical-coordinate representation of color #EDFF12: hue angle of 64.56º 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 #EDFF12 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 237 255 18 -
CMYK 0.07 0 0.93 0
HSL 64.56º 1% 0.54% -
HSV(B) 64.56º 0.93% 1% -
XYZ 70.79 89.57 14.13 -
YUV 222.6 12.54 138.27 -
System Red Green Blue C M Y K H S L
Decimal 237 255 18 0.07 0 0.93 0 64.56 1 0.54
Hex ED FF 12 7 0 5D 0 41 64 36
Octal 355 377 22 7 0 135 0 101 144 66
Binary 11101101 11111111 10010 111 0 1011101 0 1000001 1100100 110110

Color Harmonies of #EDFF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF12

Black with #EDFF12

Text Example


Text Example

White with #EDFF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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