Html Css Color HEX #8DDF75 Gossip

📋 copy color: '#8DDF75'

red 141 ◦ green 223 ◦ blue 117

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

Shades of Gossip #8DDF75

Tints of Gossip #8DDF75

RGB

 RED value IS 141 (55.47% from 255) = 29.31%

 GREEN value IS 223 (87.5% from 255) = 46.36%

 BLUE value IS 117 (46.09% from 255) = 24.32%

R = 29.31%
G = 46.36%
B = 24.32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#8DDF75 (or 0x8DDF75) is known color: Gossip. HEX triplet: 8D, DF and 75. RGB value is (141,223,117). Sum of RGB (Red+Green+Blue) = 141+223+117=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDF75 is #72208A. Grayscale: #BABABA. Windows color (decimal): -7479435 or 7724941. OLE color: 7724941.

HSL color Cylindrical-coordinate representation of color #8DDF75: hue angle of 106.42º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8DDF75 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 223 117 -
CMYK 0.37 0 0.48 0.13
HSL 106.42º 0.62% 0.67% -
HSV(B) 106.42º 0.48% 0.87% -
XYZ 40.58 59.72 26.22 -
YUV 186.4 88.83 95.62 -
System Red Green Blue C M Y K H S L
Decimal 141 223 117 0.37 0 0.48 0.13 106.42 0.62 0.67
Hex 8D DF 75 25 0 30 D 6A 3E 43
Octal 215 337 165 45 0 60 15 152 76 103
Binary 10001101 11011111 1110101 100101 0 110000 1101 1101010 111110 1000011

Color Harmonies of #8DDF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDF75

Black with #8DDF75

Text Example


Text Example

White with #8DDF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,223,117); }

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

background-color css

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

 a { background-color: rgb(141,223,117); }

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

border-color css

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

 span { border-color: rgb(141,223,117); }

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