Html Css Color HEX #65991F Limeade

📋 copy color: '#65991F'

red 101 ◦ green 153 ◦ blue 31

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

Shades of Limeade #65991F

Tints of Limeade #65991F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.88%

R = 35.44%
G = 53.68%
B = 10.88%

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

#65991F (or 0x65991F) is known color: Limeade. HEX triplet: 65, 99 and 1F. RGB value is (101,153,31). Sum of RGB (Red+Green+Blue) = 101+153+31=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #65991F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65991F is #9A66E0. Grayscale: #7B7B7B. Windows color (decimal): -10118881 or 2070885. OLE color: 2070885.

HSL color Cylindrical-coordinate representation of color #65991F: hue angle of 85.57º degrees, saturation: 0.66, 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 #65991F is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 153 31 -
CMYK 0.34 0 0.80 0.4
HSL 85.57º 0.66% 0.36% -
HSV(B) 85.57º 0.8% 0.6% -
XYZ 17.01 25.65 5.35 -
YUV 123.54 75.77 111.92 -
System Red Green Blue C M Y K H S L
Decimal 101 153 31 0.34 0 0.80 0.4 85.57 0.66 0.36
Hex 65 99 1F 22 0 50 28 56 42 24
Octal 145 231 37 42 0 120 50 126 102 44
Binary 1100101 10011001 11111 100010 0 1010000 101000 1010110 1000010 100100

Color Harmonies of #65991F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65991F

Black with #65991F

Text Example


Text Example

White with #65991F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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