Html Css Color HEX #8FD295 De York

📋 copy color: '#8FD295'

red 143 ◦ green 210 ◦ blue 149

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

Shades of De York #8FD295

Tints of De York #8FD295

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.83%

 BLUE value IS 149 (58.59% from 255) = 29.68%

R = 28.49%
G = 41.83%
B = 29.68%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#8FD295 (or 0x8FD295) is known color: De York. HEX triplet: 8F, D2 and 95. RGB value is (143,210,149). Sum of RGB (Red+Green+Blue) = 143+210+149=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD295 is #702D6A. Grayscale: #B7B7B7. Windows color (decimal): -7351659 or 9818767. OLE color: 9818767.

HSL color Cylindrical-coordinate representation of color #8FD295: hue angle of 125.37º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FD295 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 210 149 -
CMYK 0.32 0 0.29 0.18
HSL 125.37º 0.43% 0.69% -
HSV(B) 125.37º 0.32% 0.82% -
XYZ 39.8 54.1 36.78 -
YUV 183.01 108.8 99.46 -
System Red Green Blue C M Y K H S L
Decimal 143 210 149 0.32 0 0.29 0.18 125.37 0.43 0.69
Hex 8F D2 95 20 0 1D 12 7D 2B 45
Octal 217 322 225 40 0 35 22 175 53 105
Binary 10001111 11010010 10010101 100000 0 11101 10010 1111101 101011 1000101

Color Harmonies of #8FD295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD295

Black with #8FD295

Text Example


Text Example

White with #8FD295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,210,149); }

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

background-color css

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

 a { background-color: rgb(143,210,149); }

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

border-color css

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

 span { border-color: rgb(143,210,149); }

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