Html Css Color HEX #65991E Limeade

📋 copy color: '#65991E'

red 101 ◦ green 153 ◦ blue 30

#65991E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #65991E

Tints of Limeade #65991E

RGB

 RED value IS 101 (39.84% from 255) = 35.56%

 GREEN value IS 153 (60.16% from 255) = 53.87%

 BLUE value IS 30 (12.11% from 255) = 10.56%

R = 35.56%
G = 53.87%
B = 10.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#65991E (or 0x65991E) is known color: Limeade. HEX triplet: 65, 99 and 1E. RGB value is (101,153,30). Sum of RGB (Red+Green+Blue) = 101+153+30=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #65991E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65991E is #9A66E1. Grayscale: #7B7B7B. Windows color (decimal): -10118882 or 2005349. OLE color: 2005349.

HSL color Cylindrical-coordinate representation of color #65991E: hue angle of 85.37º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65991E is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 153 30 -
CMYK 0.34 0 0.80 0.4
HSL 85.37º 0.67% 0.36% -
HSV(B) 85.37º 0.8% 0.6% -
XYZ 16.99 25.64 5.28 -
YUV 123.43 75.27 112 -
System Red Green Blue C M Y K H S L
Decimal 101 153 30 0.34 0 0.80 0.4 85.37 0.67 0.36
Hex 65 99 1E 22 0 50 28 55 43 24
Octal 145 231 36 42 0 120 50 125 103 44
Binary 1100101 10011001 11110 100010 0 1010000 101000 1010101 1000011 100100

Color Harmonies of #65991E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65991E

Black with #65991E

Text Example


Text Example

White with #65991E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65991E;
 }
 .AnyTagClassName
 {
   color: #65991E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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