Html Css Color HEX #82D039 Atlantis

📋 copy color: '#82D039'

red 130 ◦ green 208 ◦ blue 57

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

Shades of Atlantis #82D039

Tints of Atlantis #82D039

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.66%

 BLUE value IS 57 (22.66% from 255) = 14.43%

R = 32.91%
G = 52.66%
B = 14.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#82D039 (or 0x82D039) is known color: Atlantis. HEX triplet: 82, D0 and 39. RGB value is (130,208,57). Sum of RGB (Red+Green+Blue) = 130+208+57=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 57 (22.66% from 255 or 14.43% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #82D039 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D039 is #7D2FC6. Grayscale: #A7A7A7. Windows color (decimal): -8204231 or 3788930. OLE color: 3788930.

HSL color Cylindrical-coordinate representation of color #82D039: hue angle of 90.99º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82D039 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 208 57 -
CMYK 0.38 0 0.73 0.18
HSL 90.99º 0.62% 0.52% -
HSV(B) 90.99º 0.73% 0.82% -
XYZ 32.5 50.15 11.84 -
YUV 167.46 65.66 101.28 -
System Red Green Blue C M Y K H S L
Decimal 130 208 57 0.38 0 0.73 0.18 90.99 0.62 0.52
Hex 82 D0 39 26 0 49 12 5B 3E 34
Octal 202 320 71 46 0 111 22 133 76 64
Binary 10000010 11010000 111001 100110 0 1001001 10010 1011011 111110 110100

Color Harmonies of #82D039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D039

Black with #82D039

Text Example


Text Example

White with #82D039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,208,57); }

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

background-color css

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

 a { background-color: rgb(130,208,57); }

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

border-color css

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

 span { border-color: rgb(130,208,57); }

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