#82CB23

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

Shades of Yellow Green #82CB23

Tints of Yellow Green #82CB23

Color information

#82CB23 (or 0x82CB23) is unknown color: approx Yellow Green. HEX triplet: 82, CB and 23. RGB value is (130,203,35). Sum of RGB (Red+Green+Blue) = 130+203+35=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 203 (79.69% from 255 or 55.16% from 368); Blue value is 35 (14.06% from 255 or 9.51% from 368); Max value from RGB is 203 - color contains mainly: green. Hex color #82CB23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CB23 is #7D34DC. Grayscale: #A2A2A2. Windows color (decimal): -8205533 or 2345858. OLE color: 2345858.

HSL color Cylindrical-coordinate representation of color #82CB23: hue angle of 86.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #82CB23 is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB13020335-
CMYK0.3600.830.20
HSL86.07º70.59%46.67%-
HSV(B)86.07º82.76%79.61%-
XYZ30.8747.589.15-
YUV162.0256.32105.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.33%
GREEN value IS 203 (79.69% from 255) = 55.16%
BLUE value IS 35 (14.06% from 255) = 9.51%
R=35.33%
G=55.16%
B=9.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal130203350.3600.830.2086.0770.5946.67
Hex82CB23240531456472f
Octal202313434401232412610757
Binary1000001011001011100011100100010100111010010101101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CB23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,203,35); }

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

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

 a { background-color: rgb(130,203,35); }

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

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

 span { border-color: rgb(130,203,35); }

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