Html Css Color HEX #EAFF0F Chartreuse Yellow

📋 copy color: '#EAFF0F'

red 234 ◦ green 255 ◦ blue 15

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

Shades of Chartreuse Yellow #EAFF0F

Tints of Chartreuse Yellow #EAFF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 2.98%

R = 46.43%
G = 50.6%
B = 2.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#EAFF0F (or 0xEAFF0F) is known color: Chartreuse Yellow. HEX triplet: EA, FF and 0F. RGB value is (234,255,15). Sum of RGB (Red+Green+Blue) = 234+255+15=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 15 (6.25% from 255 or 2.98% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAFF0F is #1500F0. Grayscale: #DEDEDE. Windows color (decimal): -1376497 or 1048554. OLE color: 1048554.

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

Color convert

RGB 234 255 15 -
CMYK 0.08 0 0.94 0
HSL 65.25º 1% 0.53% -
HSV(B) 65.25º 0.94% 1% -
XYZ 69.78 89.05 13.96 -
YUV 221.36 11.54 137.01 -
System Red Green Blue C M Y K H S L
Decimal 234 255 15 0.08 0 0.94 0 65.25 1 0.53
Hex EA FF F 8 0 5E 0 41 64 35
Octal 352 377 17 10 0 136 0 101 144 65
Binary 11101010 11111111 1111 1000 0 1011110 0 1000001 1100100 110101

Color Harmonies of #EAFF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFF0F

Black with #EAFF0F

Text Example


Text Example

White with #EAFF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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