Html Css Color HEX #8CF005 Chartreuse

📋 copy color: '#8CF005'

red 140 ◦ green 240 ◦ blue 5

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

Shades of Chartreuse #8CF005

Tints of Chartreuse #8CF005

RGB

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

 GREEN value IS 240 (94.14% from 255) = 62.34%

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

R = 36.36%
G = 62.34%
B = 1.3%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#8CF005 (or 0x8CF005) is known color: Chartreuse. HEX triplet: 8C, F0 and 05. RGB value is (140,240,5). Sum of RGB (Red+Green+Blue) = 140+240+5=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 240 (94.14% from 255 or 62.34% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF005 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF005 is #730FFA. Grayscale: #B8B8B8. Windows color (decimal): -7540731 or 389260. OLE color: 389260.

HSL color Cylindrical-coordinate representation of color #8CF005: hue angle of 85.53º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8CF005 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 240 5 -
CMYK 0.42 0 0.98 0.06
HSL 85.53º 0.96% 0.48% -
HSV(B) 85.53º 0.98% 0.94% -
XYZ 42 67.91 11.04 -
YUV 183.31 27.37 97.11 -
System Red Green Blue C M Y K H S L
Decimal 140 240 5 0.42 0 0.98 0.06 85.53 0.96 0.48
Hex 8C F0 5 2A 0 62 6 56 60 30
Octal 214 360 5 52 0 142 6 126 140 60
Binary 10001100 11110000 101 101010 0 1100010 110 1010110 1100000 110000

Color Harmonies of #8CF005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF005

Black with #8CF005

Text Example


Text Example

White with #8CF005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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