Html Css Color HEX #EAFC01 Chartreuse Yellow

📋 copy color: '#EAFC01'

red 234 ◦ green 252 ◦ blue 1

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

Shades of Chartreuse Yellow #EAFC01

Tints of Chartreuse Yellow #EAFC01

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.75%

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

R = 48.05%
G = 51.75%
B = 0.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#EAFC01 (or 0xEAFC01) is known color: Chartreuse Yellow. HEX triplet: EA, FC and 01. RGB value is (234,252,1). Sum of RGB (Red+Green+Blue) = 234+252+1=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 252 (98.83% from 255 or 51.75% from 487); Blue value is 1 (0.78% from 255 or 0.21% from 487); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFC01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAFC01 is #1503FE. Grayscale: #DADADA. Windows color (decimal): -1377279 or 130282. OLE color: 130282.

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

Color convert

RGB 234 252 1 -
CMYK 0.07 0 1.00 0.01
HSL 64.3º 0.99% 0.5% -
HSV(B) 64.3º 1% 0.99% -
XYZ 68.75 87.12 13.22 -
YUV 218 5.54 139.41 -
System Red Green Blue C M Y K H S L
Decimal 234 252 1 0.07 0 1.00 0.01 64.3 0.99 0.5
Hex EA FC 1 7 0 64 1 40 63 32
Octal 352 374 1 7 0 144 1 100 143 62
Binary 11101010 11111100 1 111 0 1100100 1 1000000 1100011 110010

Color Harmonies of #EAFC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFC01

Black with #EAFC01

Text Example


Text Example

White with #EAFC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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