Html Css Color HEX #83BF3F Atlantis

📋 copy color: '#83BF3F'

red 131 ◦ green 191 ◦ blue 63

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

Shades of Atlantis #83BF3F

Tints of Atlantis #83BF3F

RGB

 RED value IS 131 (51.56% from 255) = 34.03%

 GREEN value IS 191 (75% from 255) = 49.61%

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

R = 34.03%
G = 49.61%
B = 16.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#83BF3F (or 0x83BF3F) is known color: Atlantis. HEX triplet: 83, BF and 3F. RGB value is (131,191,63). Sum of RGB (Red+Green+Blue) = 131+191+63=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BF3F is #7C40C0. Grayscale: #9E9E9E. Windows color (decimal): -8143041 or 4177795. OLE color: 4177795.

HSL color Cylindrical-coordinate representation of color #83BF3F: hue angle of 88.12º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #83BF3F is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 191 63 -
CMYK 0.31 0 0.67 0.25
HSL 88.13º 0.5% 0.5% -
HSV(B) 88.13º 0.67% 0.75% -
XYZ 28.89 42.45 11.37 -
YUV 158.47 74.12 108.41 -
System Red Green Blue C M Y K H S L
Decimal 131 191 63 0.31 0 0.67 0.25 88.13 0.5 0.5
Hex 83 BF 3F 1F 0 43 19 58 32 32
Octal 203 277 77 37 0 103 31 130 62 62
Binary 10000011 10111111 111111 11111 0 1000011 11001 1011000 110010 110010

Color Harmonies of #83BF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BF3F

Black with #83BF3F

Text Example


Text Example

White with #83BF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83BF3F; }

 p { color: rgb(131,191,63); }

 H1.HeaderClassName
 {
   color: #83BF3F;
 }
 .AnyTagClassName
 {
   color: #83BF3F;
 }
</style>

background-color css

<style>
 a { background-color: #83BF3F; }

 a { background-color: rgb(131,191,63); }

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

border-color css

<style>
 span { border-color: #83BF3F; }

 span { border-color: rgb(131,191,63); }

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