Html Css Color HEX #8CD58F De York

📋 copy color: '#8CD58F'

red 140 ◦ green 213 ◦ blue 143

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

Shades of De York #8CD58F

Tints of De York #8CD58F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.94%

 BLUE value IS 143 (56.25% from 255) = 28.83%

R = 28.23%
G = 42.94%
B = 28.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#8CD58F (or 0x8CD58F) is known color: De York. HEX triplet: 8C, D5 and 8F. RGB value is (140,213,143). Sum of RGB (Red+Green+Blue) = 140+213+143=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD58F is #732A70. Grayscale: #B7B7B7. Windows color (decimal): -7547505 or 9426316. OLE color: 9426316.

HSL color Cylindrical-coordinate representation of color #8CD58F: hue angle of 122.47º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CD58F is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 213 143 -
CMYK 0.34 0 0.33 0.16
HSL 122.47º 0.46% 0.69% -
HSV(B) 122.47º 0.34% 0.84% -
XYZ 39.57 55.15 34.55 -
YUV 183.19 105.32 97.19 -
System Red Green Blue C M Y K H S L
Decimal 140 213 143 0.34 0 0.33 0.16 122.47 0.46 0.69
Hex 8C D5 8F 22 0 21 10 7A 2E 45
Octal 214 325 217 42 0 41 20 172 56 105
Binary 10001100 11010101 10001111 100010 0 100001 10000 1111010 101110 1000101

Color Harmonies of #8CD58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD58F

Black with #8CD58F

Text Example


Text Example

White with #8CD58F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,213,143); }

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

background-color css

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

 a { background-color: rgb(140,213,143); }

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

border-color css

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

 span { border-color: rgb(140,213,143); }

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