Html Css Color HEX #8BD010 Yellow Green

📋 copy color: '#8BD010'

red 139 ◦ green 208 ◦ blue 16

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

Shades of Yellow Green #8BD010

Tints of Yellow Green #8BD010

RGB

 RED value IS 139 (54.69% from 255) = 38.29%

 GREEN value IS 208 (81.64% from 255) = 57.3%

 BLUE value IS 16 (6.64% from 255) = 4.41%

R = 38.29%
G = 57.3%
B = 4.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#8BD010 (or 0x8BD010) is known color: Yellow Green. HEX triplet: 8B, D0 and 10. RGB value is (139,208,16). Sum of RGB (Red+Green+Blue) = 139+208+16=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD010 is #742FEF. Grayscale: #A6A6A6. Windows color (decimal): -7614448 or 1101963. OLE color: 1101963.

HSL color Cylindrical-coordinate representation of color #8BD010: hue angle of 81.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8BD010 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 139 208 16 -
CMYK 0.33 0 0.92 0.18
HSL 81.56º 0.86% 0.44% -
HSV(B) 81.56º 0.92% 0.82% -
XYZ 33.3 50.64 8.51 -
YUV 165.48 43.64 109.11 -
System Red Green Blue C M Y K H S L
Decimal 139 208 16 0.33 0 0.92 0.18 81.56 0.86 0.44
Hex 8B D0 10 21 0 5C 12 52 56 2C
Octal 213 320 20 41 0 134 22 122 126 54
Binary 10001011 11010000 10000 100001 0 1011100 10010 1010010 1010110 101100

Color Harmonies of #8BD010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD010

Black with #8BD010

Text Example


Text Example

White with #8BD010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,208,16); }

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

background-color css

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

 a { background-color: rgb(139,208,16); }

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

border-color css

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

 span { border-color: rgb(139,208,16); }

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