Html Css Color HEX #8CD212 Yellow Green

📋 copy color: '#8CD212'

red 140 ◦ green 210 ◦ blue 18

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

Shades of Yellow Green #8CD212

Tints of Yellow Green #8CD212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.89%

R = 38.04%
G = 57.07%
B = 4.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#8CD212 (or 0x8CD212) is known color: Yellow Green. HEX triplet: 8C, D2 and 12. RGB value is (140,210,18). Sum of RGB (Red+Green+Blue) = 140+210+18=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 210 (82.42% from 255 or 57.07% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CD212 is #732DED. Grayscale: #A7A7A7. Windows color (decimal): -7548398 or 1233548. OLE color: 1233548.

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

Color convert

RGB 140 210 18 -
CMYK 0.33 0 0.91 0.18
HSL 81.87º 0.84% 0.45% -
HSV(B) 81.87º 0.91% 0.82% -
XYZ 33.97 51.71 8.76 -
YUV 167.18 43.81 108.61 -
System Red Green Blue C M Y K H S L
Decimal 140 210 18 0.33 0 0.91 0.18 81.87 0.84 0.45
Hex 8C D2 12 21 0 5B 12 52 54 2D
Octal 214 322 22 41 0 133 22 122 124 55
Binary 10001100 11010010 10010 100001 0 1011011 10010 1010010 1010100 101101

Color Harmonies of #8CD212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD212

Black with #8CD212

Text Example


Text Example

White with #8CD212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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