Html Css Color HEX #8CCD7B De York

📋 copy color: '#8CCD7B'

red 140 ◦ green 205 ◦ blue 123

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

Shades of De York #8CCD7B

Tints of De York #8CCD7B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.8%

 BLUE value IS 123 (48.44% from 255) = 26.28%

R = 29.91%
G = 43.8%
B = 26.28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#8CCD7B (or 0x8CCD7B) is known color: De York. HEX triplet: 8C, CD and 7B. RGB value is (140,205,123). Sum of RGB (Red+Green+Blue) = 140+205+123=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCD7B is #733284. Grayscale: #B0B0B0. Windows color (decimal): -7549573 or 8113548. OLE color: 8113548.

HSL color Cylindrical-coordinate representation of color #8CCD7B: hue angle of 107.56º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CCD7B is Cyan = 0.32, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 205 123 -
CMYK 0.32 0 0.4 0.20
HSL 107.56º 0.45% 0.64% -
HSV(B) 107.56º 0.4% 0.8% -
XYZ 36.22 50.67 26.61 -
YUV 176.22 97.97 102.17 -
System Red Green Blue C M Y K H S L
Decimal 140 205 123 0.32 0 0.4 0.20 107.56 0.45 0.64
Hex 8C CD 7B 20 0 28 14 6C 2D 40
Octal 214 315 173 40 0 50 24 154 55 100
Binary 10001100 11001101 1111011 100000 0 101000 10100 1101100 101101 1000000

Color Harmonies of #8CCD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCD7B

Black with #8CCD7B

Text Example


Text Example

White with #8CCD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,205,123); }

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

background-color css

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

 a { background-color: rgb(140,205,123); }

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

border-color css

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

 span { border-color: rgb(140,205,123); }

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