Html Css Color HEX #EDFD1A Chartreuse Yellow

📋 copy color: '#EDFD1A'

red 237 ◦ green 253 ◦ blue 26

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

Shades of Chartreuse Yellow #EDFD1A

Tints of Chartreuse Yellow #EDFD1A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.03%

 BLUE value IS 26 (10.55% from 255) = 5.04%

R = 45.93%
G = 49.03%
B = 5.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#EDFD1A (or 0xEDFD1A) is known color: Chartreuse Yellow. HEX triplet: ED, FD and 1A. RGB value is (237,253,26). Sum of RGB (Red+Green+Blue) = 237+253+26=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 26 (10.55% from 255 or 5.04% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFD1A is #1202E5. Grayscale: #DFDFDF. Windows color (decimal): -1180390 or 1768941. OLE color: 1768941.

HSL color Cylindrical-coordinate representation of color #EDFD1A: hue angle of 64.23º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDFD1A is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 253 26 -
CMYK 0.06 0 0.90 0.01
HSL 64.23º 0.98% 0.55% -
HSV(B) 64.23º 0.9% 0.99% -
XYZ 70.24 88.33 14.32 -
YUV 222.34 17.2 138.46 -
System Red Green Blue C M Y K H S L
Decimal 237 253 26 0.06 0 0.90 0.01 64.23 0.98 0.55
Hex ED FD 1A 6 0 5A 1 40 62 37
Octal 355 375 32 6 0 132 1 100 142 67
Binary 11101101 11111101 11010 110 0 1011010 1 1000000 1100010 110111

Color Harmonies of #EDFD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFD1A

Black with #EDFD1A

Text Example


Text Example

White with #EDFD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFD1A; }

 p { color: rgb(237,253,26); }

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

background-color css

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

 a { background-color: rgb(237,253,26); }

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

border-color css

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

 span { border-color: rgb(237,253,26); }

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