Html Css Color HEX #8CD221 Yellow Green

📋 copy color: '#8CD221'

red 140 ◦ green 210 ◦ blue 33

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

Shades of Yellow Green #8CD221

Tints of Yellow Green #8CD221

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.83%

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

R = 36.55%
G = 54.83%
B = 8.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#8CD221 (or 0x8CD221) is known color: Yellow Green. HEX triplet: 8C, D2 and 21. RGB value is (140,210,33). Sum of RGB (Red+Green+Blue) = 140+210+33=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 210 (82.42% from 255 or 54.83% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD221 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD221 is #732DDE. Grayscale: #A9A9A9. Windows color (decimal): -7548383 or 2216588. OLE color: 2216588.

HSL color Cylindrical-coordinate representation of color #8CD221: hue angle of 83.73º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8CD221 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 210 33 -
CMYK 0.33 0 0.84 0.18
HSL 83.73º 0.73% 0.48% -
HSV(B) 83.73º 0.84% 0.82% -
XYZ 34.14 51.78 9.63 -
YUV 168.89 51.31 107.39 -
System Red Green Blue C M Y K H S L
Decimal 140 210 33 0.33 0 0.84 0.18 83.73 0.73 0.48
Hex 8C D2 21 21 0 54 12 54 49 30
Octal 214 322 41 41 0 124 22 124 111 60
Binary 10001100 11010010 100001 100001 0 1010100 10010 1010100 1001001 110000

Color Harmonies of #8CD221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD221

Black with #8CD221

Text Example


Text Example

White with #8CD221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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