Html Css Color HEX #69D950 Mantis

📋 copy color: '#69D950'

red 105 ◦ green 217 ◦ blue 80

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

Shades of Mantis #69D950

Tints of Mantis #69D950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.98%

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

R = 26.12%
G = 53.98%
B = 19.9%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#69D950 (or 0x69D950) is known color: Mantis. HEX triplet: 69, D9 and 50. RGB value is (105,217,80). Sum of RGB (Red+Green+Blue) = 105+217+80=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 217 (85.16% from 255 or 53.98% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 217 - color contains mainly: green. Hex color #69D950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D950 is #9626AF. Grayscale: #A8A8A8. Windows color (decimal): -9840304 or 5298537. OLE color: 5298537.

HSL color Cylindrical-coordinate representation of color #69D950: hue angle of 109.05º 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 #69D950 is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 217 80 -
CMYK 0.52 0 0.63 0.15
HSL 109.05º 0.64% 0.58% -
HSV(B) 109.05º 0.63% 0.85% -
XYZ 32.09 53.21 16.17 -
YUV 167.89 78.39 83.14 -
System Red Green Blue C M Y K H S L
Decimal 105 217 80 0.52 0 0.63 0.15 109.05 0.64 0.58
Hex 69 D9 50 34 0 3F F 6D 40 3A
Octal 151 331 120 64 0 77 17 155 100 72
Binary 1101001 11011001 1010000 110100 0 111111 1111 1101101 1000000 111010

Color Harmonies of #69D950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D950

Black with #69D950

Text Example


Text Example

White with #69D950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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