Html Css Color HEX #EAF812 Chartreuse Yellow

📋 copy color: '#EAF812'

red 234 ◦ green 248 ◦ blue 18

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

Shades of Chartreuse Yellow #EAF812

Tints of Chartreuse Yellow #EAF812

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.6%

 BLUE value IS 18 (7.42% from 255) = 3.6%

R = 46.8%
G = 49.6%
B = 3.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#EAF812 (or 0xEAF812) is known color: Chartreuse Yellow. HEX triplet: EA, F8 and 12. RGB value is (234,248,18). Sum of RGB (Red+Green+Blue) = 234+248+18=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 18 (7.42% from 255 or 3.6% from 500); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF812 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF812 is #1507ED. Grayscale: #DADADA. Windows color (decimal): -1378286 or 1243370. OLE color: 1243370.

HSL color Cylindrical-coordinate representation of color #EAF812: hue angle of 63.65º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EAF812 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 248 18 -
CMYK 0.06 0 0.93 0.03
HSL 63.65º 0.94% 0.52% -
HSV(B) 63.65º 0.93% 0.97% -
XYZ 67.61 84.67 13.35 -
YUV 217.59 15.36 139.7 -
System Red Green Blue C M Y K H S L
Decimal 234 248 18 0.06 0 0.93 0.03 63.65 0.94 0.52
Hex EA F8 12 6 0 5D 3 40 5E 34
Octal 352 370 22 6 0 135 3 100 136 64
Binary 11101010 11111000 10010 110 0 1011101 11 1000000 1011110 110100

Color Harmonies of #EAF812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF812

Black with #EAF812

Text Example


Text Example

White with #EAF812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF812; }

 p { color: rgb(234,248,18); }

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

background-color css

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

 a { background-color: rgb(234,248,18); }

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

border-color css

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

 span { border-color: rgb(234,248,18); }

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