Html Css Color HEX #69DA50 Mantis

📋 copy color: '#69DA50'

red 105 ◦ green 218 ◦ blue 80

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

Shades of Mantis #69DA50

Tints of Mantis #69DA50

RGB

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

 GREEN value IS 218 (85.55% from 255) = 54.09%

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

R = 26.05%
G = 54.09%
B = 19.85%

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

#69DA50 (or 0x69DA50) is known color: Mantis. HEX triplet: 69, DA and 50. RGB value is (105,218,80). Sum of RGB (Red+Green+Blue) = 105+218+80=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 218 (85.55% from 255 or 54.09% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 218 - color contains mainly: green. Hex color #69DA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DA50 is #9625AF. Grayscale: #A8A8A8. Windows color (decimal): -9840048 or 5298793. OLE color: 5298793.

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

Color convert

RGB 105 218 80 -
CMYK 0.52 0 0.63 0.15
HSL 109.13º 0.65% 0.58% -
HSV(B) 109.13º 0.63% 0.85% -
XYZ 32.35 53.73 16.25 -
YUV 168.48 78.06 82.72 -
System Red Green Blue C M Y K H S L
Decimal 105 218 80 0.52 0 0.63 0.15 109.13 0.65 0.58
Hex 69 DA 50 34 0 3F F 6D 41 3A
Octal 151 332 120 64 0 77 17 155 101 72
Binary 1101001 11011010 1010000 110100 0 111111 1111 1101101 1000001 111010

Color Harmonies of #69DA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DA50

Black with #69DA50

Text Example


Text Example

White with #69DA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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