Html Css Color HEX #8BCC7D De York

📋 copy color: '#8BCC7D'

red 139 ◦ green 204 ◦ blue 125

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

Shades of De York #8BCC7D

Tints of De York #8BCC7D

RGB

 RED value IS 139 (54.69% from 255) = 29.7%

 GREEN value IS 204 (80.08% from 255) = 43.59%

 BLUE value IS 125 (49.22% from 255) = 26.71%

R = 29.7%
G = 43.59%
B = 26.71%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#8BCC7D (or 0x8BCC7D) is known color: De York. HEX triplet: 8B, CC and 7D. RGB value is (139,204,125). Sum of RGB (Red+Green+Blue) = 139+204+125=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCC7D is #743382. Grayscale: #AFAFAF. Windows color (decimal): -7615363 or 8244363. OLE color: 8244363.

HSL color Cylindrical-coordinate representation of color #8BCC7D: hue angle of 109.37º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BCC7D is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 139 204 125 -
CMYK 0.32 0 0.39 0.2
HSL 109.37º 0.44% 0.65% -
HSV(B) 109.37º 0.39% 0.8% -
XYZ 35.94 50.16 27.19 -
YUV 175.56 99.47 101.92 -
System Red Green Blue C M Y K H S L
Decimal 139 204 125 0.32 0 0.39 0.2 109.37 0.44 0.65
Hex 8B CC 7D 20 0 27 14 6D 2C 41
Octal 213 314 175 40 0 47 24 155 54 101
Binary 10001011 11001100 1111101 100000 0 100111 10100 1101101 101100 1000001

Color Harmonies of #8BCC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCC7D

Black with #8BCC7D

Text Example


Text Example

White with #8BCC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,204,125); }

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

background-color css

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

 a { background-color: rgb(139,204,125); }

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

border-color css

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

 span { border-color: rgb(139,204,125); }

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