Html Css Color HEX #EAFF01 Chartreuse Yellow

📋 copy color: '#EAFF01'

red 234 ◦ green 255 ◦ blue 1

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

Shades of Chartreuse Yellow #EAFF01

Tints of Chartreuse Yellow #EAFF01

RGB

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

 GREEN value IS 255 (100% from 255) = 52.04%

 BLUE value IS 1 (0.78% from 255) = 0.2%

R = 47.76%
G = 52.04%
B = 0.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#EAFF01 (or 0xEAFF01) is known color: Chartreuse Yellow. HEX triplet: EA, FF and 01. RGB value is (234,255,1). Sum of RGB (Red+Green+Blue) = 234+255+1=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 1 (0.78% from 255 or 0.20% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAFF01 is #1500FE. Grayscale: #DCDCDC. Windows color (decimal): -1376511 or 131050. OLE color: 131050.

HSL color Cylindrical-coordinate representation of color #EAFF01: hue angle of 64.96º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAFF01 is Cyan = 0.08, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 234 255 1 -
CMYK 0.08 0 1.00 0
HSL 64.96º 1% 0.5% -
HSV(B) 64.96º 1% 1% -
XYZ 69.7 89.01 13.54 -
YUV 219.77 4.54 138.15 -
System Red Green Blue C M Y K H S L
Decimal 234 255 1 0.08 0 1.00 0 64.96 1 0.5
Hex EA FF 1 8 0 64 0 41 64 32
Octal 352 377 1 10 0 144 0 101 144 62
Binary 11101010 11111111 1 1000 0 1100100 0 1000001 1100100 110010

Color Harmonies of #EAFF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFF01

Black with #EAFF01

Text Example


Text Example

White with #EAFF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFF01; }

 p { color: rgb(234,255,1); }

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

background-color css

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

 a { background-color: rgb(234,255,1); }

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

border-color css

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

 span { border-color: rgb(234,255,1); }

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