Html Css Color HEX #83CC42 Atlantis

📋 copy color: '#83CC42'

red 131 ◦ green 204 ◦ blue 66

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

Shades of Atlantis #83CC42

Tints of Atlantis #83CC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.46%

R = 32.67%
G = 50.87%
B = 16.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#83CC42 (or 0x83CC42) is known color: Atlantis. HEX triplet: 83, CC and 42. RGB value is (131,204,66). Sum of RGB (Red+Green+Blue) = 131+204+66=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #83CC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83CC42 is #7C33BD. Grayscale: #A6A6A6. Windows color (decimal): -8139710 or 4377731. OLE color: 4377731.

HSL color Cylindrical-coordinate representation of color #83CC42: hue angle of 91.74º 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 #83CC42 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 204 66 -
CMYK 0.36 0 0.68 0.2
HSL 91.74º 0.58% 0.53% -
HSV(B) 91.74º 0.68% 0.8% -
XYZ 31.94 48.4 12.81 -
YUV 166.44 71.32 102.72 -
System Red Green Blue C M Y K H S L
Decimal 131 204 66 0.36 0 0.68 0.2 91.74 0.58 0.53
Hex 83 CC 42 24 0 44 14 5C 3A 35
Octal 203 314 102 44 0 104 24 134 72 65
Binary 10000011 11001100 1000010 100100 0 1000100 10100 1011100 111010 110101

Color Harmonies of #83CC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CC42

Black with #83CC42

Text Example


Text Example

White with #83CC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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