Html Css Color HEX #8CC383 De York

📋 copy color: '#8CC383'

red 140 ◦ green 195 ◦ blue 131

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

Shades of De York #8CC383

Tints of De York #8CC383

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.85%

 BLUE value IS 131 (51.56% from 255) = 28.11%

R = 30.04%
G = 41.85%
B = 28.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#8CC383 (or 0x8CC383) is known color: De York. HEX triplet: 8C, C3 and 83. RGB value is (140,195,131). Sum of RGB (Red+Green+Blue) = 140+195+131=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC383 is #733C7C. Grayscale: #ABABAB. Windows color (decimal): -7552125 or 8635276. OLE color: 8635276.

HSL color Cylindrical-coordinate representation of color #8CC383: hue angle of 111.56º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CC383 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 195 131 -
CMYK 0.28 0 0.33 0.24
HSL 111.56º 0.35% 0.64% -
HSV(B) 111.56º 0.33% 0.76% -
XYZ 34.43 46.24 28.58 -
YUV 171.26 105.28 105.7 -
System Red Green Blue C M Y K H S L
Decimal 140 195 131 0.28 0 0.33 0.24 111.56 0.35 0.64
Hex 8C C3 83 1C 0 21 18 70 23 40
Octal 214 303 203 34 0 41 30 160 43 100
Binary 10001100 11000011 10000011 11100 0 100001 11000 1110000 100011 1000000

Color Harmonies of #8CC383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC383

Black with #8CC383

Text Example


Text Example

White with #8CC383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,195,131); }

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

background-color css

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

 a { background-color: rgb(140,195,131); }

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

border-color css

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

 span { border-color: rgb(140,195,131); }

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