Html Css Color HEX #EAFD1A Chartreuse Yellow

📋 copy color: '#EAFD1A'

red 234 ◦ green 253 ◦ blue 26

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

Shades of Chartreuse Yellow #EAFD1A

Tints of Chartreuse Yellow #EAFD1A

RGB

 RED value IS 234 (91.8% from 255) = 45.61%

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

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

R = 45.61%
G = 49.32%
B = 5.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#EAFD1A (or 0xEAFD1A) is known color: Chartreuse Yellow. HEX triplet: EA, FD and 1A. RGB value is (234,253,26). Sum of RGB (Red+Green+Blue) = 234+253+26=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 26 (10.55% from 255 or 5.07% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFD1A is #1502E5. Grayscale: #DEDEDE. Windows color (decimal): -1376998 or 1768938. OLE color: 1768938.

HSL color Cylindrical-coordinate representation of color #EAFD1A: hue angle of 65.02º 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 #EAFD1A is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 253 26 -
CMYK 0.08 0 0.90 0.01
HSL 65.02º 0.98% 0.55% -
HSV(B) 65.02º 0.9% 0.99% -
XYZ 69.24 87.82 14.28 -
YUV 221.44 17.71 136.96 -
System Red Green Blue C M Y K H S L
Decimal 234 253 26 0.08 0 0.90 0.01 65.02 0.98 0.55
Hex EA FD 1A 8 0 5A 1 41 62 37
Octal 352 375 32 10 0 132 1 101 142 67
Binary 11101010 11111101 11010 1000 0 1011010 1 1000001 1100010 110111

Color Harmonies of #EAFD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFD1A

Black with #EAFD1A

Text Example


Text Example

White with #EAFD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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