#65AB21

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

Shades of Christi #65AB21

Tints of Christi #65AB21

Color information

#65AB21 (or 0x65AB21) is unknown color: approx Christi. HEX triplet: 65, AB and 21. RGB value is (101,171,33). Sum of RGB (Red+Green+Blue) = 101+171+33=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AB21 is #9A54DE. Grayscale: #868686. Windows color (decimal): -10114271 or 2206565. OLE color: 2206565.

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

Color convert

RGB10117133-
CMYK0.4100.810.33
HSL90.43º67.65%40%-
HSV(B)90.43º80.7%67.06%-
XYZ20.2326.55-
YUV134.3470.81104.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.11%
GREEN value IS 171 (67.19% from 255) = 56.07%
BLUE value IS 33 (13.28% from 255) = 10.82%
R=33.11%
G=56.07%
B=10.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101171330.4100.810.3390.4367.6540
Hex65AB2129051215a4428
Octal145253415101214113210450
Binary1100101101010111000011010010101000110000110110101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AB21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,171,33); }

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

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

 a { background-color: rgb(101,171,33); }

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

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

 span { border-color: rgb(101,171,33); }

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