Html Css Color HEX #EAF100 Chartreuse Yellow

📋 copy color: '#EAF100'

red 234 ◦ green 241 ◦ blue 0

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

Shades of Chartreuse Yellow #EAF100

Tints of Chartreuse Yellow #EAF100

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.74%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.26%
G = 50.74%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#EAF100 (or 0xEAF100) is known color: Chartreuse Yellow. HEX triplet: EA, F1 and 00. RGB value is (234,241,0). Sum of RGB (Red+Green+Blue) = 234+241+0=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 0 (0.39% from 255 or 0% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF100 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF100 is #150EFF. Grayscale: #D4D4D4. Windows color (decimal): -1380096 or 61930. OLE color: 61930.

HSL color Cylindrical-coordinate representation of color #EAF100: hue angle of 61.74º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAF100 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 241 0 -
CMYK 0.03 0 1 0.05
HSL 61.74º 1% 0.47% -
HSV(B) 61.74º 1% 0.95% -
XYZ 65.39 80.4 12.07 -
YUV 211.43 8.68 144.1 -
System Red Green Blue C M Y K H S L
Decimal 234 241 0 0.03 0 1 0.05 61.74 1 0.47
Hex EA F1 0 3 0 64 5 3E 64 2F
Octal 352 361 0 3 0 144 5 76 144 57
Binary 11101010 11110001 0 11 0 1100100 101 111110 1100100 101111

Color Harmonies of #EAF100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF100

Black with #EAF100

Text Example


Text Example

White with #EAF100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF100; }

 p { color: rgb(234,241,0); }

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

background-color css

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

 a { background-color: rgb(234,241,0); }

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

border-color css

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

 span { border-color: rgb(234,241,0); }

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