Html Css Color HEX #82DF3D Atlantis

📋 copy color: '#82DF3D'

red 130 ◦ green 223 ◦ blue 61

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

Shades of Atlantis #82DF3D

Tints of Atlantis #82DF3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.73%

R = 31.4%
G = 53.86%
B = 14.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#82DF3D (or 0x82DF3D) is known color: Atlantis. HEX triplet: 82, DF and 3D. RGB value is (130,223,61). Sum of RGB (Red+Green+Blue) = 130+223+61=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DF3D is #7D20C2. Grayscale: #B1B1B1. Windows color (decimal): -8200387 or 4054914. OLE color: 4054914.

HSL color Cylindrical-coordinate representation of color #82DF3D: hue angle of 94.44º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82DF3D is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 223 61 -
CMYK 0.42 0 0.73 0.13
HSL 94.44º 0.72% 0.56% -
HSV(B) 94.44º 0.73% 0.87% -
XYZ 36.44 57.86 13.66 -
YUV 176.73 62.69 94.67 -
System Red Green Blue C M Y K H S L
Decimal 130 223 61 0.42 0 0.73 0.13 94.44 0.72 0.56
Hex 82 DF 3D 2A 0 49 D 5E 48 38
Octal 202 337 75 52 0 111 15 136 110 70
Binary 10000010 11011111 111101 101010 0 1001001 1101 1011110 1001000 111000

Color Harmonies of #82DF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DF3D

Black with #82DF3D

Text Example


Text Example

White with #82DF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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