Html Css Color HEX #8AFB05 Chartreuse

📋 copy color: '#8AFB05'

red 138 ◦ green 251 ◦ blue 5

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

Shades of Chartreuse #8AFB05

Tints of Chartreuse #8AFB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.27%

R = 35.03%
G = 63.71%
B = 1.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#8AFB05 (or 0x8AFB05) is known color: Chartreuse. HEX triplet: 8A, FB and 05. RGB value is (138,251,5). Sum of RGB (Red+Green+Blue) = 138+251+5=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 251 (98.44% from 255 or 63.71% from 394); Blue value is 5 (2.34% from 255 or 1.27% from 394); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFB05 is #7504FA. Grayscale: #BEBEBE. Windows color (decimal): -7668987 or 392074. OLE color: 392074.

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

Color convert

RGB 138 251 5 -
CMYK 0.45 0 0.98 0.02
HSL 87.56º 0.97% 0.5% -
HSV(B) 87.56º 0.98% 0.98% -
XYZ 45.01 74.41 12.13 -
YUV 189.17 24.06 91.5 -
System Red Green Blue C M Y K H S L
Decimal 138 251 5 0.45 0 0.98 0.02 87.56 0.97 0.5
Hex 8A FB 5 2D 0 62 2 58 61 32
Octal 212 373 5 55 0 142 2 130 141 62
Binary 10001010 11111011 101 101101 0 1100010 10 1011000 1100001 110010

Color Harmonies of #8AFB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFB05

Black with #8AFB05

Text Example


Text Example

White with #8AFB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,251,5); }

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

background-color css

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

 a { background-color: rgb(138,251,5); }

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

border-color css

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

 span { border-color: rgb(138,251,5); }

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