Html Css Color HEX #82C13F Atlantis

📋 copy color: '#82C13F'

red 130 ◦ green 193 ◦ blue 63

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

Shades of Atlantis #82C13F

Tints of Atlantis #82C13F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50%

 BLUE value IS 63 (25% from 255) = 16.32%

R = 33.68%
G = 50%
B = 16.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#82C13F (or 0x82C13F) is known color: Atlantis. HEX triplet: 82, C1 and 3F. RGB value is (130,193,63). Sum of RGB (Red+Green+Blue) = 130+193+63=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 193 (75.78% from 255 or 50% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 193 - color contains mainly: green. Hex color #82C13F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C13F is #7D3EC0. Grayscale: #9F9F9F. Windows color (decimal): -8208065 or 4178306. OLE color: 4178306.

HSL color Cylindrical-coordinate representation of color #82C13F: hue angle of 89.08º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82C13F is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 193 63 -
CMYK 0.33 0 0.67 0.24
HSL 89.08º 0.51% 0.5% -
HSV(B) 89.08º 0.67% 0.76% -
XYZ 29.17 43.24 11.51 -
YUV 159.34 73.63 107.07 -
System Red Green Blue C M Y K H S L
Decimal 130 193 63 0.33 0 0.67 0.24 89.08 0.51 0.5
Hex 82 C1 3F 21 0 43 18 59 33 32
Octal 202 301 77 41 0 103 30 131 63 62
Binary 10000010 11000001 111111 100001 0 1000011 11000 1011001 110011 110010

Color Harmonies of #82C13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C13F

Black with #82C13F

Text Example


Text Example

White with #82C13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,193,63); }

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

background-color css

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

 a { background-color: rgb(130,193,63); }

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

border-color css

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

 span { border-color: rgb(130,193,63); }

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