Html Css Color HEX #8CD892 De York

📋 copy color: '#8CD892'

red 140 ◦ green 216 ◦ blue 146

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

Shades of De York #8CD892

Tints of De York #8CD892

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.03%

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

R = 27.89%
G = 43.03%
B = 29.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#8CD892 (or 0x8CD892) is known color: De York. HEX triplet: 8C, D8 and 92. RGB value is (140,216,146). Sum of RGB (Red+Green+Blue) = 140+216+146=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #8CD892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD892 is #73276D. Grayscale: #B9B9B9. Windows color (decimal): -7546734 or 9623692. OLE color: 9623692.

HSL color Cylindrical-coordinate representation of color #8CD892: hue angle of 124.74º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CD892 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 216 146 -
CMYK 0.35 0 0.32 0.15
HSL 124.74º 0.49% 0.7% -
HSV(B) 124.74º 0.35% 0.85% -
XYZ 40.56 56.76 36.01 -
YUV 185.3 105.82 95.69 -
System Red Green Blue C M Y K H S L
Decimal 140 216 146 0.35 0 0.32 0.15 124.74 0.49 0.7
Hex 8C D8 92 23 0 20 F 7D 31 46
Octal 214 330 222 43 0 40 17 175 61 106
Binary 10001100 11011000 10010010 100011 0 100000 1111 1111101 110001 1000110

Color Harmonies of #8CD892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD892

Black with #8CD892

Text Example


Text Example

White with #8CD892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,216,146); }

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

background-color css

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

 a { background-color: rgb(140,216,146); }

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

border-color css

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

 span { border-color: rgb(140,216,146); }

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