Html Css Color HEX #69D750 Mantis

📋 copy color: '#69D750'

red 105 ◦ green 215 ◦ blue 80

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

Shades of Mantis #69D750

Tints of Mantis #69D750

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.75%

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

R = 26.25%
G = 53.75%
B = 20%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#69D750 (or 0x69D750) is known color: Mantis. HEX triplet: 69, D7 and 50. RGB value is (105,215,80). Sum of RGB (Red+Green+Blue) = 105+215+80=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 215 (84.38% from 255 or 53.75% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 215 - color contains mainly: green. Hex color #69D750 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D750 is #9628AF. Grayscale: #A7A7A7. Windows color (decimal): -9840816 or 5298025. OLE color: 5298025.

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

Color convert

RGB 105 215 80 -
CMYK 0.51 0 0.63 0.16
HSL 108.89º 0.63% 0.58% -
HSV(B) 108.89º 0.63% 0.84% -
XYZ 31.57 52.18 16 -
YUV 166.72 79.06 83.98 -
System Red Green Blue C M Y K H S L
Decimal 105 215 80 0.51 0 0.63 0.16 108.89 0.63 0.58
Hex 69 D7 50 33 0 3F 10 6D 3F 3A
Octal 151 327 120 63 0 77 20 155 77 72
Binary 1101001 11010111 1010000 110011 0 111111 10000 1101101 111111 111010

Color Harmonies of #69D750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D750

Black with #69D750

Text Example


Text Example

White with #69D750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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