Html Css Color HEX #69D850 Mantis

📋 copy color: '#69D850'

red 105 ◦ green 216 ◦ blue 80

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

Shades of Mantis #69D850

Tints of Mantis #69D850

RGB

 RED value IS 105 (41.41% from 255) = 26.18%

 GREEN value IS 216 (84.77% from 255) = 53.87%

 BLUE value IS 80 (31.64% from 255) = 19.95%

R = 26.18%
G = 53.87%
B = 19.95%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#69D850 (or 0x69D850) is known color: Mantis. HEX triplet: 69, D8 and 50. RGB value is (105,216,80). Sum of RGB (Red+Green+Blue) = 105+216+80=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 216 (84.77% from 255 or 53.87% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 216 - color contains mainly: green. Hex color #69D850 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D850 is #9627AF. Grayscale: #A7A7A7. Windows color (decimal): -9840560 or 5298281. OLE color: 5298281.

HSL color Cylindrical-coordinate representation of color #69D850: hue angle of 108.97º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #69D850 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 216 80 -
CMYK 0.51 0 0.63 0.15
HSL 108.97º 0.64% 0.58% -
HSV(B) 108.97º 0.63% 0.85% -
XYZ 31.83 52.69 16.08 -
YUV 167.31 78.73 83.56 -
System Red Green Blue C M Y K H S L
Decimal 105 216 80 0.51 0 0.63 0.15 108.97 0.64 0.58
Hex 69 D8 50 33 0 3F F 6D 40 3A
Octal 151 330 120 63 0 77 17 155 100 72
Binary 1101001 11011000 1010000 110011 0 111111 1111 1101101 1000000 111010

Color Harmonies of #69D850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D850

Black with #69D850

Text Example


Text Example

White with #69D850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69D850; }

 p { color: rgb(105,216,80); }

 H1.HeaderClassName
 {
   color: #69D850;
 }
 .AnyTagClassName
 {
   color: #69D850;
 }
</style>

background-color css

<style>
 a { background-color: #69D850; }

 a { background-color: rgb(105,216,80); }

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

border-color css

<style>
 span { border-color: #69D850; }

 span { border-color: rgb(105,216,80); }

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