Html Css Color HEX #8CD38A De York

📋 copy color: '#8CD38A'

red 140 ◦ green 211 ◦ blue 138

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

Shades of De York #8CD38A

Tints of De York #8CD38A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.15%

 BLUE value IS 138 (54.3% from 255) = 28.22%

R = 28.63%
G = 43.15%
B = 28.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#8CD38A (or 0x8CD38A) is known color: De York. HEX triplet: 8C, D3 and 8A. RGB value is (140,211,138). Sum of RGB (Red+Green+Blue) = 140+211+138=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD38A is #732C75. Grayscale: #B5B5B5. Windows color (decimal): -7548022 or 9098124. OLE color: 9098124.

HSL color Cylindrical-coordinate representation of color #8CD38A: hue angle of 118.36º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CD38A is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 140 211 138 -
CMYK 0.34 0 0.35 0.17
HSL 118.36º 0.45% 0.68% -
HSV(B) 118.36º 0.35% 0.83% -
XYZ 38.7 54 32.43 -
YUV 181.45 103.48 98.44 -
System Red Green Blue C M Y K H S L
Decimal 140 211 138 0.34 0 0.35 0.17 118.36 0.45 0.68
Hex 8C D3 8A 22 0 23 11 76 2D 44
Octal 214 323 212 42 0 43 21 166 55 104
Binary 10001100 11010011 10001010 100010 0 100011 10001 1110110 101101 1000100

Color Harmonies of #8CD38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD38A

Black with #8CD38A

Text Example


Text Example

White with #8CD38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,211,138); }

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

background-color css

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

 a { background-color: rgb(140,211,138); }

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

border-color css

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

 span { border-color: rgb(140,211,138); }

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