Html Css Color HEX #8AFE41 Green Yellow

📋 copy color: '#8AFE41'

red 138 ◦ green 254 ◦ blue 65

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

Shades of Green Yellow #8AFE41

Tints of Green Yellow #8AFE41

RGB

 RED value IS 138 (54.3% from 255) = 30.2%

 GREEN value IS 254 (99.61% from 255) = 55.58%

 BLUE value IS 65 (25.78% from 255) = 14.22%

R = 30.2%
G = 55.58%
B = 14.22%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#8AFE41 (or 0x8AFE41) is known color: Green Yellow. HEX triplet: 8A, FE and 41. RGB value is (138,254,65). Sum of RGB (Red+Green+Blue) = 138+254+65=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 254 (99.61% from 255 or 55.58% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFE41 is #7501BE. Grayscale: #C6C6C6. Windows color (decimal): -7668159 or 4325002. OLE color: 4325002.

HSL color Cylindrical-coordinate representation of color #8AFE41: hue angle of 96.83º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8AFE41 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB 138 254 65 -
CMYK 0.46 0 0.74 0.00
HSL 96.83º 0.99% 0.63% -
HSV(B) 96.83º 0.74% 1% -
XYZ 46.88 76.67 17.33 -
YUV 197.77 53.07 85.37 -
System Red Green Blue C M Y K H S L
Decimal 138 254 65 0.46 0 0.74 0.00 96.83 0.99 0.63
Hex 8A FE 41 2E 0 4A 0 61 63 3F
Octal 212 376 101 56 0 112 0 141 143 77
Binary 10001010 11111110 1000001 101110 0 1001010 0 1100001 1100011 111111

Color Harmonies of #8AFE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFE41

Black with #8AFE41

Text Example


Text Example

White with #8AFE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AFE41; }

 p { color: rgb(138,254,65); }

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

background-color css

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

 a { background-color: rgb(138,254,65); }

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

border-color css

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

 span { border-color: rgb(138,254,65); }

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