Html Css Color HEX #8FD27D Gossip

📋 copy color: '#8FD27D'

red 143 ◦ green 210 ◦ blue 125

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

Shades of Gossip #8FD27D

Tints of Gossip #8FD27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.15%

R = 29.92%
G = 43.93%
B = 26.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#8FD27D (or 0x8FD27D) is known color: Gossip. HEX triplet: 8F, D2 and 7D. RGB value is (143,210,125). Sum of RGB (Red+Green+Blue) = 143+210+125=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD27D is #702D82. Grayscale: #B4B4B4. Windows color (decimal): -7351683 or 8245903. OLE color: 8245903.

HSL color Cylindrical-coordinate representation of color #8FD27D: hue angle of 107.29º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FD27D is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 210 125 -
CMYK 0.32 0 0.40 0.18
HSL 107.29º 0.49% 0.66% -
HSV(B) 107.29º 0.4% 0.82% -
XYZ 38.08 53.41 27.71 -
YUV 180.28 96.8 101.41 -
System Red Green Blue C M Y K H S L
Decimal 143 210 125 0.32 0 0.40 0.18 107.29 0.49 0.66
Hex 8F D2 7D 20 0 28 12 6B 31 42
Octal 217 322 175 40 0 50 22 153 61 102
Binary 10001111 11010010 1111101 100000 0 101000 10010 1101011 110001 1000010

Color Harmonies of #8FD27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD27D

Black with #8FD27D

Text Example


Text Example

White with #8FD27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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