Html Css Color HEX #8CC481 De York

📋 copy color: '#8CC481'

red 140 ◦ green 196 ◦ blue 129

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

Shades of De York #8CC481

Tints of De York #8CC481

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.15%

 BLUE value IS 129 (50.78% from 255) = 27.74%

R = 30.11%
G = 42.15%
B = 27.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#8CC481 (or 0x8CC481) is known color: De York. HEX triplet: 8C, C4 and 81. RGB value is (140,196,129). Sum of RGB (Red+Green+Blue) = 140+196+129=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC481 is #733B7E. Grayscale: #ABABAB. Windows color (decimal): -7551871 or 8504460. OLE color: 8504460.

HSL color Cylindrical-coordinate representation of color #8CC481: hue angle of 110.15º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CC481 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 140 196 129 -
CMYK 0.29 0 0.34 0.23
HSL 110.15º 0.36% 0.64% -
HSV(B) 110.15º 0.34% 0.77% -
XYZ 34.52 46.64 27.95 -
YUV 171.62 103.95 105.45 -
System Red Green Blue C M Y K H S L
Decimal 140 196 129 0.29 0 0.34 0.23 110.15 0.36 0.64
Hex 8C C4 81 1D 0 22 17 6E 24 40
Octal 214 304 201 35 0 42 27 156 44 100
Binary 10001100 11000100 10000001 11101 0 100010 10111 1101110 100100 1000000

Color Harmonies of #8CC481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC481

Black with #8CC481

Text Example


Text Example

White with #8CC481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,196,129); }

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

background-color css

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

 a { background-color: rgb(140,196,129); }

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

border-color css

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

 span { border-color: rgb(140,196,129); }

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