Html Css Color HEX #8CF321 Chartreuse

📋 copy color: '#8CF321'

red 140 ◦ green 243 ◦ blue 33

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

Shades of Chartreuse #8CF321

Tints of Chartreuse #8CF321

RGB

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

 GREEN value IS 243 (95.31% from 255) = 58.41%

 BLUE value IS 33 (13.28% from 255) = 7.93%

R = 33.65%
G = 58.41%
B = 7.93%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#8CF321 (or 0x8CF321) is known color: Chartreuse. HEX triplet: 8C, F3 and 21. RGB value is (140,243,33). Sum of RGB (Red+Green+Blue) = 140+243+33=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 243 (95.31% from 255 or 58.41% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 243 - color contains mainly: green. Hex color #8CF321 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF321 is #730CDE. Grayscale: #BDBDBD. Windows color (decimal): -7539935 or 2225036. OLE color: 2225036.

HSL color Cylindrical-coordinate representation of color #8CF321: hue angle of 89.43º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8CF321 is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 140 243 33 -
CMYK 0.42 0 0.86 0.05
HSL 89.43º 0.9% 0.54% -
HSV(B) 89.43º 0.86% 0.95% -
XYZ 43.14 69.79 12.64 -
YUV 188.26 40.38 93.58 -
System Red Green Blue C M Y K H S L
Decimal 140 243 33 0.42 0 0.86 0.05 89.43 0.9 0.54
Hex 8C F3 21 2A 0 56 5 59 5A 36
Octal 214 363 41 52 0 126 5 131 132 66
Binary 10001100 11110011 100001 101010 0 1010110 101 1011001 1011010 110110

Color Harmonies of #8CF321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF321

Black with #8CF321

Text Example


Text Example

White with #8CF321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,243,33); }

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

background-color css

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

 a { background-color: rgb(140,243,33); }

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

border-color css

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

 span { border-color: rgb(140,243,33); }

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