#65B215

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

Shades of Christi #65B215

Tints of Christi #65B215

Color information

#65B215 (or 0x65B215) is unknown color: approx Christi. HEX triplet: 65, B2 and 15. RGB value is (101,178,21). Sum of RGB (Red+Green+Blue) = 101+178+21=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 178 (69.92% from 255 or 59.33% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 178 - color contains mainly: green. Hex color #65B215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65B215 is #9A4DEA. Grayscale: #898989. Windows color (decimal): -10112491 or 1421925. OLE color: 1421925.

HSL color Cylindrical-coordinate representation of color #65B215: hue angle of 89.43º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65B215 is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB10117821-
CMYK0.4300.880.30
HSL89.43º78.89%39.02%-
HSV(B)89.43º88.2%69.8%-
XYZ21.4234.666.27-
YUV137.0862.49102.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.67%
GREEN value IS 178 (69.92% from 255) = 59.33%
BLUE value IS 21 (8.59% from 255) = 7%
R=33.67%
G=59.33%
B=7%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal101178210.4300.880.3089.4378.8939.02
Hex65B2152B0581E594f27
Octal145262255301303613111747
Binary11001011011001010101101011010110001111010110011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,178,21); }

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

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

 a { background-color: rgb(101,178,21); }

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

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

 span { border-color: rgb(101,178,21); }

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