Html Css Color HEX #EDFE10 Chartreuse Yellow

📋 copy color: '#EDFE10'

red 237 ◦ green 254 ◦ blue 16

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

Shades of Chartreuse Yellow #EDFE10

Tints of Chartreuse Yellow #EDFE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.16%

R = 46.75%
G = 50.1%
B = 3.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#EDFE10 (or 0xEDFE10) is known color: Chartreuse Yellow. HEX triplet: ED, FE and 10. RGB value is (237,254,16). Sum of RGB (Red+Green+Blue) = 237+254+16=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 16 (6.64% from 255 or 3.16% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFE10 is #1201EF. Grayscale: #DEDEDE. Windows color (decimal): -1180144 or 1113837. OLE color: 1113837.

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

Color convert

RGB 237 254 16 -
CMYK 0.07 0 0.94 0.00
HSL 64.29º 0.99% 0.53% -
HSV(B) 64.29º 0.94% 1% -
XYZ 70.46 88.93 13.94 -
YUV 221.79 11.87 138.85 -
System Red Green Blue C M Y K H S L
Decimal 237 254 16 0.07 0 0.94 0.00 64.29 0.99 0.53
Hex ED FE 10 7 0 5E 0 40 63 35
Octal 355 376 20 7 0 136 0 100 143 65
Binary 11101101 11111110 10000 111 0 1011110 0 1000000 1100011 110101

Color Harmonies of #EDFE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE10

Black with #EDFE10

Text Example


Text Example

White with #EDFE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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