Html Css Color HEX #8DCD92 De York

📋 copy color: '#8DCD92'

red 141 ◦ green 205 ◦ blue 146

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

Shades of De York #8DCD92

Tints of De York #8DCD92

RGB

 RED value IS 141 (55.47% from 255) = 28.66%

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

 BLUE value IS 146 (57.42% from 255) = 29.67%

R = 28.66%
G = 41.67%
B = 29.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#8DCD92 (or 0x8DCD92) is known color: De York. HEX triplet: 8D, CD and 92. RGB value is (141,205,146). Sum of RGB (Red+Green+Blue) = 141+205+146=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCD92 is #72326D. Grayscale: #B3B3B3. Windows color (decimal): -7484014 or 9620877. OLE color: 9620877.

HSL color Cylindrical-coordinate representation of color #8DCD92: hue angle of 124.69º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCD92 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 205 146 -
CMYK 0.31 0 0.29 0.20
HSL 124.69º 0.39% 0.68% -
HSV(B) 124.69º 0.31% 0.8% -
XYZ 38 51.4 35.11 -
YUV 179.14 109.3 100.8 -
System Red Green Blue C M Y K H S L
Decimal 141 205 146 0.31 0 0.29 0.20 124.69 0.39 0.68
Hex 8D CD 92 1F 0 1D 14 7D 27 44
Octal 215 315 222 37 0 35 24 175 47 104
Binary 10001101 11001101 10010010 11111 0 11101 10100 1111101 100111 1000100

Color Harmonies of #8DCD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCD92

Black with #8DCD92

Text Example


Text Example

White with #8DCD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,205,146); }

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

background-color css

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

 a { background-color: rgb(141,205,146); }

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

border-color css

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

 span { border-color: rgb(141,205,146); }

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