Html Css Color HEX #8CDD6B Gossip

📋 copy color: '#8CDD6B'

red 140 ◦ green 221 ◦ blue 107

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

Shades of Gossip #8CDD6B

Tints of Gossip #8CDD6B

RGB

 RED value IS 140 (55.08% from 255) = 29.91%

 GREEN value IS 221 (86.72% from 255) = 47.22%

 BLUE value IS 107 (42.19% from 255) = 22.86%

R = 29.91%
G = 47.22%
B = 22.86%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#8CDD6B (or 0x8CDD6B) is known color: Gossip. HEX triplet: 8C, DD and 6B. RGB value is (140,221,107). Sum of RGB (Red+Green+Blue) = 140+221+107=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDD6B is #732294. Grayscale: #B8B8B8. Windows color (decimal): -7545493 or 7069068. OLE color: 7069068.

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

Color convert

RGB 140 221 107 -
CMYK 0.37 0 0.52 0.13
HSL 102.63º 0.63% 0.64% -
HSV(B) 102.63º 0.52% 0.87% -
XYZ 39.33 58.35 23.1 -
YUV 183.79 84.66 96.77 -
System Red Green Blue C M Y K H S L
Decimal 140 221 107 0.37 0 0.52 0.13 102.63 0.63 0.64
Hex 8C DD 6B 25 0 34 D 67 3F 40
Octal 214 335 153 45 0 64 15 147 77 100
Binary 10001100 11011101 1101011 100101 0 110100 1101 1100111 111111 1000000

Color Harmonies of #8CDD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDD6B

Black with #8CDD6B

Text Example


Text Example

White with #8CDD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,221,107); }

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

background-color css

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

 a { background-color: rgb(140,221,107); }

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

border-color css

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

 span { border-color: rgb(140,221,107); }

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