#65C29D

Color #65C29D Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #65C29D

Tints of Keppel #65C29D

Color information

#65C29D (or 0x65C29D) is unknown color: approx Keppel. HEX triplet: 65, C2 and 9D. RGB value is (101,194,157). Sum of RGB (Red+Green+Blue) = 101+194+157=452 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.35% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #65C29D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C29D is #9A3D62. Grayscale: #A2A2A2. Windows color (decimal): -10108259 or 10338917. OLE color: 10338917.

HSL color Cylindrical-coordinate representation of color #65C29D: hue angle of 156.13º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C29D is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB101194157-
CMYK0.4800.190.24
HSL156.13º43.26%57.84%-
HSV(B)156.13º47.94%76.08%-
XYZ30.7443.7838.73-
YUV161.98125.1984.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.35%
GREEN value IS 194 (76.17% from 255) = 42.92%
BLUE value IS 157 (61.72% from 255) = 34.73%
R=22.35%
G=42.92%
B=34.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011941570.4800.190.24156.1343.2657.84
Hex65C29D30013189c2b3a
Octal14530223560023302345372
Binary110010111000010100111011100000100111100010011100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65C29D; }

 p { color: rgb(101,194,157); }

 H1.HeaderClassName
 {
   color: #65C29D;
 }
 .AnyTagClassName
 {
   color: #65C29D;
 }
</style>
background-color css

<style>
 a { background-color: #65C29D; }

 a { background-color: rgb(101,194,157); }

 div.DivClassName
 {
   background-color: #65C29D;
 }
 .BgClassName
 {
   background-color: #65C29D;
 }
</style>
border-color css

<style>
 span { border-color: #65C29D; }

 span { border-color: rgb(101,194,157); }

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