Html Css Color HEX #82CF3E Atlantis

📋 copy color: '#82CF3E'

red 130 ◦ green 207 ◦ blue 62

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

Shades of Atlantis #82CF3E

Tints of Atlantis #82CF3E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.88%

 BLUE value IS 62 (24.61% from 255) = 15.54%

R = 32.58%
G = 51.88%
B = 15.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#82CF3E (or 0x82CF3E) is known color: Atlantis. HEX triplet: 82, CF and 3E. RGB value is (130,207,62). Sum of RGB (Red+Green+Blue) = 130+207+62=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CF3E is #7D30C1. Grayscale: #A7A7A7. Windows color (decimal): -8204482 or 4116354. OLE color: 4116354.

HSL color Cylindrical-coordinate representation of color #82CF3E: hue angle of 91.86º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82CF3E is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 207 62 -
CMYK 0.37 0 0.70 0.19
HSL 91.86º 0.6% 0.53% -
HSV(B) 91.86º 0.7% 0.81% -
XYZ 32.39 49.72 12.45 -
YUV 167.45 68.49 101.29 -
System Red Green Blue C M Y K H S L
Decimal 130 207 62 0.37 0 0.70 0.19 91.86 0.6 0.53
Hex 82 CF 3E 25 0 46 13 5C 3C 35
Octal 202 317 76 45 0 106 23 134 74 65
Binary 10000010 11001111 111110 100101 0 1000110 10011 1011100 111100 110101

Color Harmonies of #82CF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CF3E

Black with #82CF3E

Text Example


Text Example

White with #82CF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,207,62); }

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

background-color css

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

 a { background-color: rgb(130,207,62); }

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

border-color css

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

 span { border-color: rgb(130,207,62); }

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