Html Css Color HEX #8BFB14 Chartreuse

📋 copy color: '#8BFB14'

red 139 ◦ green 251 ◦ blue 20

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

Shades of Chartreuse #8BFB14

Tints of Chartreuse #8BFB14

RGB

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

 GREEN value IS 251 (98.44% from 255) = 61.22%

 BLUE value IS 20 (8.2% from 255) = 4.88%

R = 33.9%
G = 61.22%
B = 4.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#8BFB14 (or 0x8BFB14) is known color: Chartreuse. HEX triplet: 8B, FB and 14. RGB value is (139,251,20). Sum of RGB (Red+Green+Blue) = 139+251+20=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 251 (98.44% from 255 or 61.22% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 251 - color contains mainly: green. Hex color #8BFB14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8BFB14 is #7404EB. Grayscale: #BFBFBF. Windows color (decimal): -7603436 or 1375115. OLE color: 1375115.

HSL color Cylindrical-coordinate representation of color #8BFB14: hue angle of 89.09º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8BFB14 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 251 20 -
CMYK 0.45 0 0.92 0.02
HSL 89.09º 0.97% 0.53% -
HSV(B) 89.09º 0.92% 0.98% -
XYZ 45.27 74.53 12.66 -
YUV 191.18 31.39 90.78 -
System Red Green Blue C M Y K H S L
Decimal 139 251 20 0.45 0 0.92 0.02 89.09 0.97 0.53
Hex 8B FB 14 2D 0 5C 2 59 61 35
Octal 213 373 24 55 0 134 2 131 141 65
Binary 10001011 11111011 10100 101101 0 1011100 10 1011001 1100001 110101

Color Harmonies of #8BFB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BFB14

Black with #8BFB14

Text Example


Text Example

White with #8BFB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,251,20); }

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

background-color css

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

 a { background-color: rgb(139,251,20); }

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

border-color css

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

 span { border-color: rgb(139,251,20); }

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