Html Css Color HEX #83DB70 Pastel Green

📋 copy color: '#83DB70'

red 131 ◦ green 219 ◦ blue 112

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

Shades of Pastel Green #83DB70

Tints of Pastel Green #83DB70

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.4%

 BLUE value IS 112 (44.14% from 255) = 24.24%

R = 28.35%
G = 47.4%
B = 24.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#83DB70 (or 0x83DB70) is known color: Pastel Green. HEX triplet: 83, DB and 70. RGB value is (131,219,112). Sum of RGB (Red+Green+Blue) = 131+219+112=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #83DB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83DB70 is #7C248F. Grayscale: #B4B4B4. Windows color (decimal): -8135824 or 7396227. OLE color: 7396227.

HSL color Cylindrical-coordinate representation of color #83DB70: hue angle of 109.35º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83DB70 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 219 112 -
CMYK 0.40 0 0.49 0.14
HSL 109.35º 0.6% 0.65% -
HSV(B) 109.35º 0.49% 0.86% -
XYZ 37.62 56.66 24.28 -
YUV 180.49 89.35 92.7 -
System Red Green Blue C M Y K H S L
Decimal 131 219 112 0.40 0 0.49 0.14 109.35 0.6 0.65
Hex 83 DB 70 28 0 31 E 6D 3C 41
Octal 203 333 160 50 0 61 16 155 74 101
Binary 10000011 11011011 1110000 101000 0 110001 1110 1101101 111100 1000001

Color Harmonies of #83DB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DB70

Black with #83DB70

Text Example


Text Example

White with #83DB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,219,112); }

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

background-color css

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

 a { background-color: rgb(131,219,112); }

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

border-color css

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

 span { border-color: rgb(131,219,112); }

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