Html Css Color HEX #82DF4B Mantis

📋 copy color: '#82DF4B'

red 130 ◦ green 223 ◦ blue 75

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

Shades of Mantis #82DF4B

Tints of Mantis #82DF4B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.1%

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

R = 30.37%
G = 52.1%
B = 17.52%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#82DF4B (or 0x82DF4B) is known color: Mantis. HEX triplet: 82, DF and 4B. RGB value is (130,223,75). Sum of RGB (Red+Green+Blue) = 130+223+75=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 223 (87.5% from 255 or 52.10% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DF4B is #7D20B4. Grayscale: #B2B2B2. Windows color (decimal): -8200373 or 4972418. OLE color: 4972418.

HSL color Cylindrical-coordinate representation of color #82DF4B: hue angle of 97.7º degrees, saturation: 0.7, 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 #82DF4B is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 223 75 -
CMYK 0.42 0 0.66 0.13
HSL 97.7º 0.7% 0.58% -
HSV(B) 97.7º 0.66% 0.87% -
XYZ 36.86 58.03 15.91 -
YUV 178.32 69.69 93.53 -
System Red Green Blue C M Y K H S L
Decimal 130 223 75 0.42 0 0.66 0.13 97.7 0.7 0.58
Hex 82 DF 4B 2A 0 42 D 62 46 3A
Octal 202 337 113 52 0 102 15 142 106 72
Binary 10000010 11011111 1001011 101010 0 1000010 1101 1100010 1000110 111010

Color Harmonies of #82DF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DF4B

Black with #82DF4B

Text Example


Text Example

White with #82DF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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