#83C32F

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

Shades of Yellow Green #83C32F

Tints of Yellow Green #83C32F

Color information

#83C32F (or 0x83C32F) is unknown color: approx Yellow Green. HEX triplet: 83, C3 and 2F. RGB value is (131,195,47). Sum of RGB (Red+Green+Blue) = 131+195+47=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #83C32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C32F is #7C3CD0. Grayscale: #9F9F9F. Windows color (decimal): -8142033 or 3130243. OLE color: 3130243.

HSL color Cylindrical-coordinate representation of color #83C32F: hue angle of 85.95º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83C32F is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB13119547-
CMYK0.3300.760.24
HSL85.95º61.16%47.45%-
HSV(B)85.95º75.9%76.47%-
XYZ29.3944.069.64-
YUV158.9964.8108.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 195 (76.56% from 255) = 52.28%
BLUE value IS 47 (18.75% from 255) = 12.60%
R=35.12%
G=52.28%
B=12.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131195470.3300.760.2485.9561.1647.45
Hex83C32F2104C18563d2f
Octal20330357410114301267557
Binary100000111100001110111110000101001100110001010110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,195,47); }

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

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

 a { background-color: rgb(131,195,47); }

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

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

 span { border-color: rgb(131,195,47); }

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