Html Css Color HEX #EDFE12 Chartreuse Yellow

📋 copy color: '#EDFE12'

red 237 ◦ green 254 ◦ blue 18

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

Shades of Chartreuse Yellow #EDFE12

Tints of Chartreuse Yellow #EDFE12

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.9%

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

R = 46.56%
G = 49.9%
B = 3.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#EDFE12 (or 0xEDFE12) is known color: Chartreuse Yellow. HEX triplet: ED, FE and 12. RGB value is (237,254,18). Sum of RGB (Red+Green+Blue) = 237+254+18=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 18 (7.42% from 255 or 3.54% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFE12 is #1201ED. Grayscale: #DEDEDE. Windows color (decimal): -1180142 or 1244909. OLE color: 1244909.

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

Color convert

RGB 237 254 18 -
CMYK 0.07 0 0.93 0.00
HSL 64.32º 0.99% 0.53% -
HSV(B) 64.32º 0.93% 1% -
XYZ 70.48 88.93 14.02 -
YUV 222.01 12.87 138.69 -
System Red Green Blue C M Y K H S L
Decimal 237 254 18 0.07 0 0.93 0.00 64.32 0.99 0.53
Hex ED FE 12 7 0 5D 0 40 63 35
Octal 355 376 22 7 0 135 0 100 143 65
Binary 11101101 11111110 10010 111 0 1011101 0 1000000 1100011 110101

Color Harmonies of #EDFE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE12

Black with #EDFE12

Text Example


Text Example

White with #EDFE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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