Html Css Color HEX #EDF50A Chartreuse Yellow

📋 copy color: '#EDF50A'

red 237 ◦ green 245 ◦ blue 10

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

Shades of Chartreuse Yellow #EDF50A

Tints of Chartreuse Yellow #EDF50A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.8%

 BLUE value IS 10 (4.3% from 255) = 2.03%

R = 48.17%
G = 49.8%
B = 2.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#EDF50A (or 0xEDF50A) is known color: Chartreuse Yellow. HEX triplet: ED, F5 and 0A. RGB value is (237,245,10). Sum of RGB (Red+Green+Blue) = 237+245+10=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 245 (96.09% from 255 or 49.80% from 492); Blue value is 10 (4.30% from 255 or 2.03% from 492); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF50A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF50A is #120AF5. Grayscale: #D8D8D8. Windows color (decimal): -1182454 or 718317. OLE color: 718317.

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

Color convert

RGB 237 245 10 -
CMYK 0.03 0 0.96 0.04
HSL 62.04º 0.92% 0.5% -
HSV(B) 62.04º 0.96% 0.96% -
XYZ 67.63 83.33 12.81 -
YUV 215.82 11.85 143.11 -
System Red Green Blue C M Y K H S L
Decimal 237 245 10 0.03 0 0.96 0.04 62.04 0.92 0.5
Hex ED F5 A 3 0 60 4 3E 5C 32
Octal 355 365 12 3 0 140 4 76 134 62
Binary 11101101 11110101 1010 11 0 1100000 100 111110 1011100 110010

Color Harmonies of #EDF50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF50A

Black with #EDF50A

Text Example


Text Example

White with #EDF50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF50A; }

 p { color: rgb(237,245,10); }

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

background-color css

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

 a { background-color: rgb(237,245,10); }

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

border-color css

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

 span { border-color: rgb(237,245,10); }

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