#83CF2F

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

Shades of Yellow Green #83CF2F

Tints of Yellow Green #83CF2F

Color information

#83CF2F (or 0x83CF2F) is unknown color: approx Yellow Green. HEX triplet: 83, CF and 2F. RGB value is (131,207,47). Sum of RGB (Red+Green+Blue) = 131+207+47=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #83CF2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83CF2F is #7C30D0. Grayscale: #A6A6A6. Windows color (decimal): -8138961 or 3133315. OLE color: 3133315.

HSL color Cylindrical-coordinate representation of color #83CF2F: hue angle of 88.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83CF2F is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB13120747-
CMYK0.3700.770.19
HSL88.5º62.99%49.8%-
HSV(B)88.5º77.29%81.18%-
XYZ32.1949.6610.58-
YUV166.0460.82103.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.03%
GREEN value IS 207 (81.25% from 255) = 53.77%
BLUE value IS 47 (18.75% from 255) = 12.21%
R=34.03%
G=53.77%
B=12.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal131207470.3700.770.1988.562.9949.8
Hex83CF2F2504D13583f32
Octal20331757450115231307762
Binary100000111100111110111110010101001101100111011000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CF2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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