Html Css Color HEX #65972C Limeade

📋 copy color: '#65972C'

red 101 ◦ green 151 ◦ blue 44

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

Shades of Limeade #65972C

Tints of Limeade #65972C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.86%

R = 34.12%
G = 51.01%
B = 14.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#65972C (or 0x65972C) is known color: Limeade. HEX triplet: 65, 97 and 2C. RGB value is (101,151,44). Sum of RGB (Red+Green+Blue) = 101+151+44=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 151 (59.38% from 255 or 51.01% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 151 - color contains mainly: green. Hex color #65972C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65972C is #9A68D3. Grayscale: #7C7C7C. Windows color (decimal): -10119380 or 2922341. OLE color: 2922341.

HSL color Cylindrical-coordinate representation of color #65972C: hue angle of 88.04º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65972C is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 151 44 -
CMYK 0.33 0 0.71 0.41
HSL 88.04º 0.55% 0.38% -
HSV(B) 88.04º 0.71% 0.59% -
XYZ 16.89 25.08 6.33 -
YUV 123.85 82.94 111.7 -
System Red Green Blue C M Y K H S L
Decimal 101 151 44 0.33 0 0.71 0.41 88.04 0.55 0.38
Hex 65 97 2C 21 0 47 29 58 37 26
Octal 145 227 54 41 0 107 51 130 67 46
Binary 1100101 10010111 101100 100001 0 1000111 101001 1011000 110111 100110

Color Harmonies of #65972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65972C

Black with #65972C

Text Example


Text Example

White with #65972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65972C; }

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

 H1.HeaderClassName
 {
   color: #65972C;
 }
 .AnyTagClassName
 {
   color: #65972C;
 }
</style>

background-color css

<style>
 a { background-color: #65972C; }

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

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

border-color css

<style>
 span { border-color: #65972C; }

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

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