Html Css Color HEX #8CF21B Chartreuse

📋 copy color: '#8CF21B'

red 140 ◦ green 242 ◦ blue 27

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

Shades of Chartreuse #8CF21B

Tints of Chartreuse #8CF21B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 59.17%

 BLUE value IS 27 (10.94% from 255) = 6.6%

R = 34.23%
G = 59.17%
B = 6.6%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#8CF21B (or 0x8CF21B) is known color: Chartreuse. HEX triplet: 8C, F2 and 1B. RGB value is (140,242,27). Sum of RGB (Red+Green+Blue) = 140+242+27=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 242 (94.92% from 255 or 59.17% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF21B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF21B is #730DE4. Grayscale: #BBBBBB. Windows color (decimal): -7540197 or 1831564. OLE color: 1831564.

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

Color convert

RGB 140 242 27 -
CMYK 0.42 0 0.89 0.05
HSL 88.47º 0.89% 0.53% -
HSV(B) 88.47º 0.89% 0.95% -
XYZ 42.77 69.16 12.13 -
YUV 186.99 37.71 94.48 -
System Red Green Blue C M Y K H S L
Decimal 140 242 27 0.42 0 0.89 0.05 88.47 0.89 0.53
Hex 8C F2 1B 2A 0 59 5 58 59 35
Octal 214 362 33 52 0 131 5 130 131 65
Binary 10001100 11110010 11011 101010 0 1011001 101 1011000 1011001 110101

Color Harmonies of #8CF21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF21B

Black with #8CF21B

Text Example


Text Example

White with #8CF21B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,242,27); }

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

background-color css

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

 a { background-color: rgb(140,242,27); }

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

border-color css

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

 span { border-color: rgb(140,242,27); }

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