Html Css Color HEX #8BCF74 Gossip

📋 copy color: '#8BCF74'

red 139 ◦ green 207 ◦ blue 116

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

Shades of Gossip #8BCF74

Tints of Gossip #8BCF74

RGB

 RED value IS 139 (54.69% from 255) = 30.09%

 GREEN value IS 207 (81.25% from 255) = 44.81%

 BLUE value IS 116 (45.7% from 255) = 25.11%

R = 30.09%
G = 44.81%
B = 25.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#8BCF74 (or 0x8BCF74) is known color: Gossip. HEX triplet: 8B, CF and 74. RGB value is (139,207,116). Sum of RGB (Red+Green+Blue) = 139+207+116=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCF74 is #74308B. Grayscale: #B0B0B0. Windows color (decimal): -7614604 or 7655307. OLE color: 7655307.

HSL color Cylindrical-coordinate representation of color #8BCF74: hue angle of 104.84º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BCF74 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 207 116 -
CMYK 0.33 0 0.44 0.19
HSL 104.84º 0.49% 0.63% -
HSV(B) 104.84º 0.44% 0.81% -
XYZ 36.11 51.38 24.54 -
YUV 176.29 93.97 101.4 -
System Red Green Blue C M Y K H S L
Decimal 139 207 116 0.33 0 0.44 0.19 104.84 0.49 0.63
Hex 8B CF 74 21 0 2C 13 69 31 3F
Octal 213 317 164 41 0 54 23 151 61 77
Binary 10001011 11001111 1110100 100001 0 101100 10011 1101001 110001 111111

Color Harmonies of #8BCF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCF74

Black with #8BCF74

Text Example


Text Example

White with #8BCF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,207,116); }

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

background-color css

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

 a { background-color: rgb(139,207,116); }

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

border-color css

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

 span { border-color: rgb(139,207,116); }

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