Html Css Color HEX #8FD68A De York

📋 copy color: '#8FD68A'

red 143 ◦ green 214 ◦ blue 138

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

Shades of De York #8FD68A

Tints of De York #8FD68A

RGB

 RED value IS 143 (56.25% from 255) = 28.89%

 GREEN value IS 214 (83.98% from 255) = 43.23%

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

R = 28.89%
G = 43.23%
B = 27.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#8FD68A (or 0x8FD68A) is known color: De York. HEX triplet: 8F, D6 and 8A. RGB value is (143,214,138). Sum of RGB (Red+Green+Blue) = 143+214+138=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD68A is #702975. Grayscale: #B8B8B8. Windows color (decimal): -7350646 or 9098895. OLE color: 9098895.

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

Color convert

RGB 143 214 138 -
CMYK 0.33 0 0.36 0.16
HSL 116.05º 0.48% 0.69% -
HSV(B) 116.05º 0.36% 0.84% -
XYZ 39.96 55.77 32.7 -
YUV 184.11 101.98 98.68 -
System Red Green Blue C M Y K H S L
Decimal 143 214 138 0.33 0 0.36 0.16 116.05 0.48 0.69
Hex 8F D6 8A 21 0 24 10 74 30 45
Octal 217 326 212 41 0 44 20 164 60 105
Binary 10001111 11010110 10001010 100001 0 100100 10000 1110100 110000 1000101

Color Harmonies of #8FD68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD68A

Black with #8FD68A

Text Example


Text Example

White with #8FD68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,214,138); }

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

background-color css

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

 a { background-color: rgb(143,214,138); }

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

border-color css

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

 span { border-color: rgb(143,214,138); }

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