#65982B

Color #65982B Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #65982B

Tints of Limeade #65982B

Color information

#65982B (or 0x65982B) is unknown color: approx Limeade. HEX triplet: 65, 98 and 2B. RGB value is (101,152,43). Sum of RGB (Red+Green+Blue) = 101+152+43=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #65982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65982B is #9A67D4. Grayscale: #7C7C7C. Windows color (decimal): -10119125 or 2857061. OLE color: 2857061.

HSL color Cylindrical-coordinate representation of color #65982B: hue angle of 88.07º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65982B is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB10115243-
CMYK0.3400.720.40
HSL88.07º55.9%38.24%-
HSV(B)88.07º71.71%59.61%-
XYZ17.0325.46.29-
YUV124.3282.1111.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.12%
GREEN value IS 152 (59.77% from 255) = 51.35%
BLUE value IS 43 (17.19% from 255) = 14.53%
R=34.12%
G=51.35%
B=14.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101152430.3400.720.4088.0755.938.24
Hex65982B2204828583826
Octal14523053420110501307046
Binary110010110011000101011100010010010001010001011000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65982B; }

 p { color: rgb(101,152,43); }

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

<style>
 a { background-color: #65982B; }

 a { background-color: rgb(101,152,43); }

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

<style>
 span { border-color: #65982B; }

 span { border-color: rgb(101,152,43); }

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