Html Css Color HEX #EDF810 Chartreuse Yellow

📋 copy color: '#EDF810'

red 237 ◦ green 248 ◦ blue 16

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

Shades of Chartreuse Yellow #EDF810

Tints of Chartreuse Yellow #EDF810

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.5%

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

R = 47.31%
G = 49.5%
B = 3.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#EDF810 (or 0xEDF810) is known color: Chartreuse Yellow. HEX triplet: ED, F8 and 10. RGB value is (237,248,16). Sum of RGB (Red+Green+Blue) = 237+248+16=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 16 (6.64% from 255 or 3.19% from 501); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF810 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF810 is #1207EF. Grayscale: #DBDBDB. Windows color (decimal): -1181680 or 1112301. OLE color: 1112301.

HSL color Cylindrical-coordinate representation of color #EDF810: hue angle of 62.84º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDF810 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 16 -
CMYK 0.04 0 0.94 0.03
HSL 62.84º 0.94% 0.52% -
HSV(B) 62.84º 0.94% 0.97% -
XYZ 68.59 85.18 13.32 -
YUV 218.26 13.86 141.36 -
System Red Green Blue C M Y K H S L
Decimal 237 248 16 0.04 0 0.94 0.03 62.84 0.94 0.52
Hex ED F8 10 4 0 5E 3 3F 5E 34
Octal 355 370 20 4 0 136 3 77 136 64
Binary 11101101 11111000 10000 100 0 1011110 11 111111 1011110 110100

Color Harmonies of #EDF810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF810

Black with #EDF810

Text Example


Text Example

White with #EDF810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF810; }

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

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

background-color css

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

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

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

border-color css

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

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

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