Html Css Color HEX #65971F Limeade

📋 copy color: '#65971F'

red 101 ◦ green 151 ◦ blue 31

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

Shades of Limeade #65971F

Tints of Limeade #65971F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 53.36%

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

R = 35.69%
G = 53.36%
B = 10.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#65971F (or 0x65971F) is known color: Limeade. HEX triplet: 65, 97 and 1F. RGB value is (101,151,31). Sum of RGB (Red+Green+Blue) = 101+151+31=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 151 (59.38% from 255 or 53.36% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 151 - color contains mainly: green. Hex color #65971F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65971F is #9A68E0. Grayscale: #7A7A7A. Windows color (decimal): -10119393 or 2070373. OLE color: 2070373.

HSL color Cylindrical-coordinate representation of color #65971F: hue angle of 85º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65971F is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 151 31 -
CMYK 0.33 0 0.79 0.41
HSL 85º 0.66% 0.36% -
HSV(B) 85º 0.79% 0.59% -
XYZ 16.68 25 5.24 -
YUV 122.37 76.44 112.76 -
System Red Green Blue C M Y K H S L
Decimal 101 151 31 0.33 0 0.79 0.41 85 0.66 0.36
Hex 65 97 1F 21 0 4F 29 55 42 24
Octal 145 227 37 41 0 117 51 125 102 44
Binary 1100101 10010111 11111 100001 0 1001111 101001 1010101 1000010 100100

Color Harmonies of #65971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65971F

Black with #65971F

Text Example


Text Example

White with #65971F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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