Html Css Color HEX #83CB40 Atlantis

📋 copy color: '#83CB40'

red 131 ◦ green 203 ◦ blue 64

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

Shades of Atlantis #83CB40

Tints of Atlantis #83CB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.01%

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

R = 32.91%
G = 51.01%
B = 16.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#83CB40 (or 0x83CB40) is known color: Atlantis. HEX triplet: 83, CB and 40. RGB value is (131,203,64). Sum of RGB (Red+Green+Blue) = 131+203+64=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 203 (79.69% from 255 or 51.01% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 203 - color contains mainly: green. Hex color #83CB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83CB40 is #7C34BF. Grayscale: #A6A6A6. Windows color (decimal): -8139968 or 4246403. OLE color: 4246403.

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

Color convert

RGB 131 203 64 -
CMYK 0.35 0 0.68 0.20
HSL 91.08º 0.57% 0.52% -
HSV(B) 91.08º 0.68% 0.8% -
XYZ 31.64 47.91 12.43 -
YUV 165.63 70.65 103.3 -
System Red Green Blue C M Y K H S L
Decimal 131 203 64 0.35 0 0.68 0.20 91.08 0.57 0.52
Hex 83 CB 40 23 0 44 14 5B 39 34
Octal 203 313 100 43 0 104 24 133 71 64
Binary 10000011 11001011 1000000 100011 0 1000100 10100 1011011 111001 110100

Color Harmonies of #83CB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CB40

Black with #83CB40

Text Example


Text Example

White with #83CB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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