Html Css Color HEX #8AF83D Green Yellow

📋 copy color: '#8AF83D'

red 138 ◦ green 248 ◦ blue 61

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

Shades of Green Yellow #8AF83D

Tints of Green Yellow #8AF83D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.65%

R = 30.87%
G = 55.48%
B = 13.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#8AF83D (or 0x8AF83D) is known color: Green Yellow. HEX triplet: 8A, F8 and 3D. RGB value is (138,248,61). Sum of RGB (Red+Green+Blue) = 138+248+61=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 248 (97.27% from 255 or 55.48% from 447); Blue value is 61 (24.22% from 255 or 13.65% from 447); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF83D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF83D is #7507C2. Grayscale: #C2C2C2. Windows color (decimal): -7669699 or 4061322. OLE color: 4061322.

HSL color Cylindrical-coordinate representation of color #8AF83D: hue angle of 95.29º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AF83D is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 138 248 61 -
CMYK 0.44 0 0.75 0.03
HSL 95.29º 0.93% 0.61% -
HSV(B) 95.29º 0.75% 0.97% -
XYZ 44.89 72.88 16.12 -
YUV 193.79 53.06 88.21 -
System Red Green Blue C M Y K H S L
Decimal 138 248 61 0.44 0 0.75 0.03 95.29 0.93 0.61
Hex 8A F8 3D 2C 0 4B 3 5F 5D 3D
Octal 212 370 75 54 0 113 3 137 135 75
Binary 10001010 11111000 111101 101100 0 1001011 11 1011111 1011101 111101

Color Harmonies of #8AF83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF83D

Black with #8AF83D

Text Example


Text Example

White with #8AF83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,248,61); }

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

background-color css

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

 a { background-color: rgb(138,248,61); }

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

border-color css

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

 span { border-color: rgb(138,248,61); }

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