Html Css Color HEX #82CF40 Atlantis

📋 copy color: '#82CF40'

red 130 ◦ green 207 ◦ blue 64

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

Shades of Atlantis #82CF40

Tints of Atlantis #82CF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.96%

R = 32.42%
G = 51.62%
B = 15.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#82CF40 (or 0x82CF40) is known color: Atlantis. HEX triplet: 82, CF and 40. RGB value is (130,207,64). Sum of RGB (Red+Green+Blue) = 130+207+64=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 207 (81.25% from 255 or 51.62% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CF40 is #7D30BF. Grayscale: #A8A8A8. Windows color (decimal): -8204480 or 4247426. OLE color: 4247426.

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

Color convert

RGB 130 207 64 -
CMYK 0.37 0 0.69 0.19
HSL 92.31º 0.6% 0.53% -
HSV(B) 92.31º 0.69% 0.81% -
XYZ 32.44 49.74 12.74 -
YUV 167.68 69.49 101.13 -
System Red Green Blue C M Y K H S L
Decimal 130 207 64 0.37 0 0.69 0.19 92.31 0.6 0.53
Hex 82 CF 40 25 0 45 13 5C 3C 35
Octal 202 317 100 45 0 105 23 134 74 65
Binary 10000010 11001111 1000000 100101 0 1000101 10011 1011100 111100 110101

Color Harmonies of #82CF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CF40

Black with #82CF40

Text Example


Text Example

White with #82CF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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