Html Css Color HEX #8CD512 Yellow Green

📋 copy color: '#8CD512'

red 140 ◦ green 213 ◦ blue 18

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

Shades of Yellow Green #8CD512

Tints of Yellow Green #8CD512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 57.41%

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

R = 37.74%
G = 57.41%
B = 4.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#8CD512 (or 0x8CD512) is known color: Yellow Green. HEX triplet: 8C, D5 and 12. RGB value is (140,213,18). Sum of RGB (Red+Green+Blue) = 140+213+18=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CD512 is #732AED. Grayscale: #A9A9A9. Windows color (decimal): -7547630 or 1234316. OLE color: 1234316.

HSL color Cylindrical-coordinate representation of color #8CD512: hue angle of 82.46º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CD512 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 213 18 -
CMYK 0.34 0 0.92 0.16
HSL 82.46º 0.84% 0.45% -
HSV(B) 82.46º 0.92% 0.84% -
XYZ 34.72 53.21 9.01 -
YUV 168.94 42.82 107.36 -
System Red Green Blue C M Y K H S L
Decimal 140 213 18 0.34 0 0.92 0.16 82.46 0.84 0.45
Hex 8C D5 12 22 0 5C 10 52 54 2D
Octal 214 325 22 42 0 134 20 122 124 55
Binary 10001100 11010101 10010 100010 0 1011100 10000 1010010 1010100 101101

Color Harmonies of #8CD512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD512

Black with #8CD512

Text Example


Text Example

White with #8CD512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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