Html Css Color HEX #8CD534 Yellow Green

📋 copy color: '#8CD534'

red 140 ◦ green 213 ◦ blue 52

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

Shades of Yellow Green #8CD534

Tints of Yellow Green #8CD534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.84%

R = 34.57%
G = 52.59%
B = 12.84%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#8CD534 (or 0x8CD534) is known color: Yellow Green. HEX triplet: 8C, D5 and 34. RGB value is (140,213,52). Sum of RGB (Red+Green+Blue) = 140+213+52=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 213 (83.59% from 255 or 52.59% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CD534 is #732ACB. Grayscale: #ADADAD. Windows color (decimal): -7547596 or 3462540. OLE color: 3462540.

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

Color convert

RGB 140 213 52 -
CMYK 0.34 0 0.76 0.16
HSL 87.2º 0.66% 0.52% -
HSV(B) 87.2º 0.76% 0.84% -
XYZ 35.23 53.41 11.7 -
YUV 172.82 59.82 104.59 -
System Red Green Blue C M Y K H S L
Decimal 140 213 52 0.34 0 0.76 0.16 87.2 0.66 0.52
Hex 8C D5 34 22 0 4C 10 57 42 34
Octal 214 325 64 42 0 114 20 127 102 64
Binary 10001100 11010101 110100 100010 0 1001100 10000 1010111 1000010 110100

Color Harmonies of #8CD534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD534

Black with #8CD534

Text Example


Text Example

White with #8CD534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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