Html Css Color HEX #65981F Limeade

📋 copy color: '#65981F'

red 101 ◦ green 152 ◦ blue 31

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

Shades of Limeade #65981F

Tints of Limeade #65981F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.52%

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

R = 35.56%
G = 53.52%
B = 10.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#65981F (or 0x65981F) is known color: Limeade. HEX triplet: 65, 98 and 1F. RGB value is (101,152,31). Sum of RGB (Red+Green+Blue) = 101+152+31=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #65981F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65981F is #9A67E0. Grayscale: #7B7B7B. Windows color (decimal): -10119137 or 2070629. OLE color: 2070629.

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

Color convert

RGB 101 152 31 -
CMYK 0.34 0 0.80 0.40
HSL 85.29º 0.66% 0.36% -
HSV(B) 85.29º 0.8% 0.6% -
XYZ 16.84 25.32 5.3 -
YUV 122.96 76.1 112.34 -
System Red Green Blue C M Y K H S L
Decimal 101 152 31 0.34 0 0.80 0.40 85.29 0.66 0.36
Hex 65 98 1F 22 0 50 28 55 42 24
Octal 145 230 37 42 0 120 50 125 102 44
Binary 1100101 10011000 11111 100010 0 1010000 101000 1010101 1000010 100100

Color Harmonies of #65981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65981F

Black with #65981F

Text Example


Text Example

White with #65981F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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