Html Css Color HEX #8CD714 Yellow Green

📋 copy color: '#8CD714'

red 140 ◦ green 215 ◦ blue 20

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

Shades of Yellow Green #8CD714

Tints of Yellow Green #8CD714

RGB

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

 GREEN value IS 215 (84.38% from 255) = 57.33%

 BLUE value IS 20 (8.2% from 255) = 5.33%

R = 37.33%
G = 57.33%
B = 5.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#8CD714 (or 0x8CD714) is known color: Yellow Green. HEX triplet: 8C, D7 and 14. RGB value is (140,215,20). Sum of RGB (Red+Green+Blue) = 140+215+20=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 215 (84.38% from 255 or 57.33% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 215 - color contains mainly: green. Hex color #8CD714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CD714 is #7328EB. Grayscale: #ABABAB. Windows color (decimal): -7547116 or 1365900. OLE color: 1365900.

HSL color Cylindrical-coordinate representation of color #8CD714: hue angle of 83.08º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CD714 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 215 20 -
CMYK 0.35 0 0.91 0.16
HSL 83.08º 0.83% 0.46% -
HSV(B) 83.08º 0.91% 0.84% -
XYZ 35.24 54.23 9.27 -
YUV 170.35 43.15 106.36 -
System Red Green Blue C M Y K H S L
Decimal 140 215 20 0.35 0 0.91 0.16 83.08 0.83 0.46
Hex 8C D7 14 23 0 5B 10 53 53 2E
Octal 214 327 24 43 0 133 20 123 123 56
Binary 10001100 11010111 10100 100011 0 1011011 10000 1010011 1010011 101110

Color Harmonies of #8CD714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD714

Black with #8CD714

Text Example


Text Example

White with #8CD714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,215,20); }

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

background-color css

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

 a { background-color: rgb(140,215,20); }

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

border-color css

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

 span { border-color: rgb(140,215,20); }

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