Html Css Color HEX #8CC88B De York

📋 copy color: '#8CC88B'

red 140 ◦ green 200 ◦ blue 139

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

Shades of De York #8CC88B

Tints of De York #8CC88B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.75%

 BLUE value IS 139 (54.69% from 255) = 29.02%

R = 29.23%
G = 41.75%
B = 29.02%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#8CC88B (or 0x8CC88B) is known color: De York. HEX triplet: 8C, C8 and 8B. RGB value is (140,200,139). Sum of RGB (Red+Green+Blue) = 140+200+139=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC88B is #733774. Grayscale: #AFAFAF. Windows color (decimal): -7550837 or 9160844. OLE color: 9160844.

HSL color Cylindrical-coordinate representation of color #8CC88B: hue angle of 119.02º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CC88B is Cyan = 0.3, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 200 139 -
CMYK 0.3 0 0.30 0.22
HSL 119.02º 0.36% 0.66% -
HSV(B) 119.02º 0.31% 0.78% -
XYZ 36.13 48.75 31.93 -
YUV 175.11 107.62 102.96 -
System Red Green Blue C M Y K H S L
Decimal 140 200 139 0.3 0 0.30 0.22 119.02 0.36 0.66
Hex 8C C8 8B 1E 0 1E 16 77 24 42
Octal 214 310 213 36 0 36 26 167 44 102
Binary 10001100 11001000 10001011 11110 0 11110 10110 1110111 100100 1000010

Color Harmonies of #8CC88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC88B

Black with #8CC88B

Text Example


Text Example

White with #8CC88B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,200,139); }

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

background-color css

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

 a { background-color: rgb(140,200,139); }

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

border-color css

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

 span { border-color: rgb(140,200,139); }

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