Html Css Color HEX #69DA4A Mantis

📋 copy color: '#69DA4A'

red 105 ◦ green 218 ◦ blue 74

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

Shades of Mantis #69DA4A

Tints of Mantis #69DA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.64%

R = 26.45%
G = 54.91%
B = 18.64%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#69DA4A (or 0x69DA4A) is known color: Mantis. HEX triplet: 69, DA and 4A. RGB value is (105,218,74). Sum of RGB (Red+Green+Blue) = 105+218+74=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 218 (85.55% from 255 or 54.91% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 218 - color contains mainly: green. Hex color #69DA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DA4A is #9625B5. Grayscale: #A8A8A8. Windows color (decimal): -9840054 or 4905577. OLE color: 4905577.

HSL color Cylindrical-coordinate representation of color #69DA4A: hue angle of 107.08º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69DA4A is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 218 74 -
CMYK 0.52 0 0.66 0.15
HSL 107.08º 0.66% 0.57% -
HSV(B) 107.08º 0.66% 0.85% -
XYZ 32.13 53.64 15.14 -
YUV 167.8 75.06 83.21 -
System Red Green Blue C M Y K H S L
Decimal 105 218 74 0.52 0 0.66 0.15 107.08 0.66 0.57
Hex 69 DA 4A 34 0 42 F 6B 42 39
Octal 151 332 112 64 0 102 17 153 102 71
Binary 1101001 11011010 1001010 110100 0 1000010 1111 1101011 1000010 111001

Color Harmonies of #69DA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DA4A

Black with #69DA4A

Text Example


Text Example

White with #69DA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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