#65991B

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

Shades of Limeade #65991B

Tints of Limeade #65991B

Color information

#65991B (or 0x65991B) is unknown color: approx Limeade. HEX triplet: 65, 99 and 1B. RGB value is (101,153,27). Sum of RGB (Red+Green+Blue) = 101+153+27=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #65991B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65991B is #9A66E4. Grayscale: #7B7B7B. Windows color (decimal): -10118885 or 1808741. OLE color: 1808741.

HSL color Cylindrical-coordinate representation of color #65991B: hue angle of 84.76º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #65991B is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB10115327-
CMYK0.3400.820.4
HSL84.76º70%35.29%-
HSV(B)84.76º82.35%60%-
XYZ16.9625.635.09-
YUV123.0973.77112.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.94%
GREEN value IS 153 (60.16% from 255) = 54.45%
BLUE value IS 27 (10.94% from 255) = 9.61%
R=35.94%
G=54.45%
B=9.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101153270.3400.820.484.767035.29
Hex65991B2205228554623
Octal145231334201225012510643
Binary110010110011001110111000100101001010100010101011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65991B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,153,27); }

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

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

 a { background-color: rgb(101,153,27); }

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

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

 span { border-color: rgb(101,153,27); }

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