Html Css Color HEX #69D252 Mantis

📋 copy color: '#69D252'

red 105 ◦ green 210 ◦ blue 82

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

Shades of Mantis #69D252

Tints of Mantis #69D252

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.9%

 BLUE value IS 82 (32.42% from 255) = 20.65%

R = 26.45%
G = 52.9%
B = 20.65%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#69D252 (or 0x69D252) is known color: Mantis. HEX triplet: 69, D2 and 52. RGB value is (105,210,82). Sum of RGB (Red+Green+Blue) = 105+210+82=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 210 (82.42% from 255 or 52.90% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 210 - color contains mainly: green. Hex color #69D252 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D252 is #962DAD. Grayscale: #A4A4A4. Windows color (decimal): -9842094 or 5427817. OLE color: 5427817.

HSL color Cylindrical-coordinate representation of color #69D252: hue angle of 109.22º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #69D252 is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 210 82 -
CMYK 0.50 0 0.61 0.18
HSL 109.22º 0.59% 0.57% -
HSV(B) 109.22º 0.61% 0.82% -
XYZ 30.4 49.71 15.97 -
YUV 164.01 81.71 85.91 -
System Red Green Blue C M Y K H S L
Decimal 105 210 82 0.50 0 0.61 0.18 109.22 0.59 0.57
Hex 69 D2 52 32 0 3D 12 6D 3B 39
Octal 151 322 122 62 0 75 22 155 73 71
Binary 1101001 11010010 1010010 110010 0 111101 10010 1101101 111011 111001

Color Harmonies of #69D252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D252

Black with #69D252

Text Example


Text Example

White with #69D252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,210,82); }

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

background-color css

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

 a { background-color: rgb(105,210,82); }

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

border-color css

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

 span { border-color: rgb(105,210,82); }

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