Html Css Color HEX #8CDA92 De York

📋 copy color: '#8CDA92'

red 140 ◦ green 218 ◦ blue 146

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

Shades of De York #8CDA92

Tints of De York #8CDA92

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.25%

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

R = 27.78%
G = 43.25%
B = 28.97%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#8CDA92 (or 0x8CDA92) is known color: De York. HEX triplet: 8C, DA and 92. RGB value is (140,218,146). Sum of RGB (Red+Green+Blue) = 140+218+146=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDA92 is #73256D. Grayscale: #BABABA. Windows color (decimal): -7546222 or 9624204. OLE color: 9624204.

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

Color convert

RGB 140 218 146 -
CMYK 0.36 0 0.33 0.15
HSL 124.62º 0.51% 0.7% -
HSV(B) 124.62º 0.36% 0.85% -
XYZ 41.07 57.79 36.18 -
YUV 186.47 105.16 94.85 -
System Red Green Blue C M Y K H S L
Decimal 140 218 146 0.36 0 0.33 0.15 124.62 0.51 0.7
Hex 8C DA 92 24 0 21 F 7D 33 46
Octal 214 332 222 44 0 41 17 175 63 106
Binary 10001100 11011010 10010010 100100 0 100001 1111 1111101 110011 1000110

Color Harmonies of #8CDA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDA92

Black with #8CDA92

Text Example


Text Example

White with #8CDA92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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