Html Css Color HEX #65971D Limeade

📋 copy color: '#65971D'

red 101 ◦ green 151 ◦ blue 29

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

Shades of Limeade #65971D

Tints of Limeade #65971D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.32%

R = 35.94%
G = 53.74%
B = 10.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#65971D (or 0x65971D) is known color: Limeade. HEX triplet: 65, 97 and 1D. RGB value is (101,151,29). Sum of RGB (Red+Green+Blue) = 101+151+29=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 151 (59.38% from 255 or 53.74% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 151 - color contains mainly: green. Hex color #65971D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65971D is #9A68E2. Grayscale: #7A7A7A. Windows color (decimal): -10119395 or 1939301. OLE color: 1939301.

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

Color convert

RGB 101 151 29 -
CMYK 0.33 0 0.81 0.41
HSL 84.59º 0.68% 0.35% -
HSV(B) 84.59º 0.81% 0.59% -
XYZ 16.66 24.99 5.11 -
YUV 122.14 75.44 112.92 -
System Red Green Blue C M Y K H S L
Decimal 101 151 29 0.33 0 0.81 0.41 84.59 0.68 0.35
Hex 65 97 1D 21 0 51 29 55 44 23
Octal 145 227 35 41 0 121 51 125 104 43
Binary 1100101 10010111 11101 100001 0 1010001 101001 1010101 1000100 100011

Color Harmonies of #65971D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65971D

Black with #65971D

Text Example


Text Example

White with #65971D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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