#82CA38

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

Shades of Yellow Green #82CA38

Tints of Yellow Green #82CA38

Color information

#82CA38 (or 0x82CA38) is unknown color: approx Yellow Green. HEX triplet: 82, CA and 38. RGB value is (130,202,56). Sum of RGB (Red+Green+Blue) = 130+202+56=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CA38 is #7D35C7. Grayscale: #A4A4A4. Windows color (decimal): -8205768 or 3721858. OLE color: 3721858.

HSL color Cylindrical-coordinate representation of color #82CA38: hue angle of 89.59º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82CA38 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB13020256-
CMYK0.3600.720.21
HSL89.59º57.94%50.59%-
HSV(B)89.59º72.28%79.22%-
XYZ31.0447.2711.23-
YUV163.8367.15103.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.51%
GREEN value IS 202 (79.30% from 255) = 52.06%
BLUE value IS 56 (22.27% from 255) = 14.43%
R=33.51%
G=52.06%
B=14.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130202560.3600.720.2189.5957.9450.59
Hex82CA3824048155a3a33
Octal20231270440110251327263
Binary100000101100101011100010010001001000101011011010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82CA38; }

 p { color: rgb(130,202,56); }

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

<style>
 a { background-color: #82CA38; }

 a { background-color: rgb(130,202,56); }

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

<style>
 span { border-color: #82CA38; }

 span { border-color: rgb(130,202,56); }

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