Html Css Color HEX #82DD4B Mantis

📋 copy color: '#82DD4B'

red 130 ◦ green 221 ◦ blue 75

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

Shades of Mantis #82DD4B

Tints of Mantis #82DD4B

RGB

 RED value IS 130 (51.17% from 255) = 30.52%

 GREEN value IS 221 (86.72% from 255) = 51.88%

 BLUE value IS 75 (29.69% from 255) = 17.61%

R = 30.52%
G = 51.88%
B = 17.61%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#82DD4B (or 0x82DD4B) is known color: Mantis. HEX triplet: 82, DD and 4B. RGB value is (130,221,75). Sum of RGB (Red+Green+Blue) = 130+221+75=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DD4B is #7D22B4. Grayscale: #B1B1B1. Windows color (decimal): -8200885 or 4971906. OLE color: 4971906.

HSL color Cylindrical-coordinate representation of color #82DD4B: hue angle of 97.4º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82DD4B is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 221 75 -
CMYK 0.41 0 0.66 0.13
HSL 97.4º 0.68% 0.58% -
HSV(B) 97.4º 0.66% 0.87% -
XYZ 36.33 56.97 15.74 -
YUV 177.15 70.35 94.37 -
System Red Green Blue C M Y K H S L
Decimal 130 221 75 0.41 0 0.66 0.13 97.4 0.68 0.58
Hex 82 DD 4B 29 0 42 D 61 44 3A
Octal 202 335 113 51 0 102 15 141 104 72
Binary 10000010 11011101 1001011 101001 0 1000010 1101 1100001 1000100 111010

Color Harmonies of #82DD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DD4B

Black with #82DD4B

Text Example


Text Example

White with #82DD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82DD4B; }

 p { color: rgb(130,221,75); }

 H1.HeaderClassName
 {
   color: #82DD4B;
 }
 .AnyTagClassName
 {
   color: #82DD4B;
 }
</style>

background-color css

<style>
 a { background-color: #82DD4B; }

 a { background-color: rgb(130,221,75); }

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

border-color css

<style>
 span { border-color: #82DD4B; }

 span { border-color: rgb(130,221,75); }

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