Html Css Color HEX #EAFF0B Chartreuse Yellow

📋 copy color: '#EAFF0B'

red 234 ◦ green 255 ◦ blue 11

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

Shades of Chartreuse Yellow #EAFF0B

Tints of Chartreuse Yellow #EAFF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.2%

R = 46.8%
G = 51%
B = 2.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#EAFF0B (or 0xEAFF0B) is known color: Chartreuse Yellow. HEX triplet: EA, FF and 0B. RGB value is (234,255,11). Sum of RGB (Red+Green+Blue) = 234+255+11=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 11 (4.69% from 255 or 2.2% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAFF0B is #1500F4. Grayscale: #DDDDDD. Windows color (decimal): -1376501 or 786410. OLE color: 786410.

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

Color convert

RGB 234 255 11 -
CMYK 0.08 0 0.96 0
HSL 65.16º 1% 0.52% -
HSV(B) 65.16º 0.96% 1% -
XYZ 69.75 89.04 13.83 -
YUV 220.91 9.54 137.34 -
System Red Green Blue C M Y K H S L
Decimal 234 255 11 0.08 0 0.96 0 65.16 1 0.52
Hex EA FF B 8 0 60 0 41 64 34
Octal 352 377 13 10 0 140 0 101 144 64
Binary 11101010 11111111 1011 1000 0 1100000 0 1000001 1100100 110100

Color Harmonies of #EAFF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFF0B

Black with #EAFF0B

Text Example


Text Example

White with #EAFF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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