Html Css Color HEX #83CC3D Atlantis

📋 copy color: '#83CC3D'

red 131 ◦ green 204 ◦ blue 61

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

Shades of Atlantis #83CC3D

Tints of Atlantis #83CC3D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.52%

 BLUE value IS 61 (24.22% from 255) = 15.4%

R = 33.08%
G = 51.52%
B = 15.4%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#83CC3D (or 0x83CC3D) is known color: Atlantis. HEX triplet: 83, CC and 3D. RGB value is (131,204,61). Sum of RGB (Red+Green+Blue) = 131+204+61=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #83CC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83CC3D is #7C33C2. Grayscale: #A6A6A6. Windows color (decimal): -8139715 or 4050051. OLE color: 4050051.

HSL color Cylindrical-coordinate representation of color #83CC3D: hue angle of 90.63º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83CC3D is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 204 61 -
CMYK 0.36 0 0.70 0.2
HSL 90.63º 0.58% 0.52% -
HSV(B) 90.63º 0.7% 0.8% -
XYZ 31.8 48.35 12.07 -
YUV 165.87 68.82 103.13 -
System Red Green Blue C M Y K H S L
Decimal 131 204 61 0.36 0 0.70 0.2 90.63 0.58 0.52
Hex 83 CC 3D 24 0 46 14 5B 3A 34
Octal 203 314 75 44 0 106 24 133 72 64
Binary 10000011 11001100 111101 100100 0 1000110 10100 1011011 111010 110100

Color Harmonies of #83CC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CC3D

Black with #83CC3D

Text Example


Text Example

White with #83CC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,204,61); }

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

background-color css

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

 a { background-color: rgb(131,204,61); }

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

border-color css

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

 span { border-color: rgb(131,204,61); }

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