Html Css Color HEX #8CF805 Chartreuse

📋 copy color: '#8CF805'

red 140 ◦ green 248 ◦ blue 5

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

Shades of Chartreuse #8CF805

Tints of Chartreuse #8CF805

RGB

 RED value IS 140 (55.08% from 255) = 35.62%

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

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

R = 35.62%
G = 63.1%
B = 1.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#8CF805 (or 0x8CF805) is known color: Chartreuse. HEX triplet: 8C, F8 and 05. RGB value is (140,248,5). Sum of RGB (Red+Green+Blue) = 140+248+5=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 248 (97.27% from 255 or 63.10% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 248 - color contains mainly: green. Hex color #8CF805 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF805 is #7307FA. Grayscale: #BCBCBC. Windows color (decimal): -7538683 or 391308. OLE color: 391308.

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

Color convert

RGB 140 248 5 -
CMYK 0.44 0 0.98 0.03
HSL 86.67º 0.96% 0.5% -
HSV(B) 86.67º 0.98% 0.97% -
XYZ 44.41 72.72 11.84 -
YUV 188.01 24.72 93.76 -
System Red Green Blue C M Y K H S L
Decimal 140 248 5 0.44 0 0.98 0.03 86.67 0.96 0.5
Hex 8C F8 5 2C 0 62 3 57 60 32
Octal 214 370 5 54 0 142 3 127 140 62
Binary 10001100 11111000 101 101100 0 1100010 11 1010111 1100000 110010

Color Harmonies of #8CF805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF805

Black with #8CF805

Text Example


Text Example

White with #8CF805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,248,5); }

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

background-color css

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

 a { background-color: rgb(140,248,5); }

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

border-color css

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

 span { border-color: rgb(140,248,5); }

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