Html Css Color HEX #EAFF0C Chartreuse Yellow

📋 copy color: '#EAFF0C'

red 234 ◦ green 255 ◦ blue 12

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

Shades of Chartreuse Yellow #EAFF0C

Tints of Chartreuse Yellow #EAFF0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.4%

R = 46.71%
G = 50.9%
B = 2.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#EAFF0C (or 0xEAFF0C) is known color: Chartreuse Yellow. HEX triplet: EA, FF and 0C. RGB value is (234,255,12). Sum of RGB (Red+Green+Blue) = 234+255+12=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 12 (5.08% from 255 or 2.40% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAFF0C is #1500F3. Grayscale: #DDDDDD. Windows color (decimal): -1376500 or 851946. OLE color: 851946.

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

Color convert

RGB 234 255 12 -
CMYK 0.08 0 0.95 0
HSL 65.19º 1% 0.52% -
HSV(B) 65.19º 0.95% 1% -
XYZ 69.76 89.04 13.86 -
YUV 221.02 10.04 137.26 -
System Red Green Blue C M Y K H S L
Decimal 234 255 12 0.08 0 0.95 0 65.19 1 0.52
Hex EA FF C 8 0 5F 0 41 64 34
Octal 352 377 14 10 0 137 0 101 144 64
Binary 11101010 11111111 1100 1000 0 1011111 0 1000001 1100100 110100

Color Harmonies of #EAFF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFF0C

Black with #EAFF0C

Text Example


Text Example

White with #EAFF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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