#83CB41

Color #83CB41 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #83CB41

Tints of Atlantis #83CB41

Color information

#83CB41 (or 0x83CB41) is unknown color: approx Atlantis. HEX triplet: 83, CB and 41. RGB value is (131,203,65). Sum of RGB (Red+Green+Blue) = 131+203+65=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #83CB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83CB41 is #7C34BE. Grayscale: #A6A6A6. Windows color (decimal): -8139967 or 4311939. OLE color: 4311939.

HSL color Cylindrical-coordinate representation of color #83CB41: hue angle of 91.3º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #83CB41 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB13120365-
CMYK0.3500.680.20
HSL91.3º57.02%52.55%-
HSV(B)91.3º67.98%79.61%-
XYZ31.6747.9212.58-
YUV165.7471.15103.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.83%
GREEN value IS 203 (79.69% from 255) = 50.88%
BLUE value IS 65 (25.78% from 255) = 16.29%
R=32.83%
G=50.88%
B=16.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal131203650.3500.680.2091.357.0252.55
Hex83CB4123044145b3935
Octal203313101430104241337165
Binary1000001111001011100000110001101000100101001011011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,203,65); }

 H1.HeaderClassName
 {
   color: #83CB41;
 }
 .AnyTagClassName
 {
   color: #83CB41;
 }
</style>
background-color css

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

 a { background-color: rgb(131,203,65); }

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

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

 span { border-color: rgb(131,203,65); }

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