#65B219

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

Shades of Christi #65B219

Tints of Christi #65B219

Color information

#65B219 (or 0x65B219) is unknown color: approx Christi. HEX triplet: 65, B2 and 19. RGB value is (101,178,25). Sum of RGB (Red+Green+Blue) = 101+178+25=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 178 (69.92% from 255 or 58.55% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 178 - color contains mainly: green. Hex color #65B219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65B219 is #9A4DE6. Grayscale: #8A8A8A. Windows color (decimal): -10112487 or 1684069. OLE color: 1684069.

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

Color convert

RGB10117825-
CMYK0.4300.860.30
HSL90.2º75.37%39.8%-
HSV(B)90.2º85.96%69.8%-
XYZ21.4634.686.48-
YUV137.5464.49101.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.22%
GREEN value IS 178 (69.92% from 255) = 58.55%
BLUE value IS 25 (10.16% from 255) = 8.22%
R=33.22%
G=58.55%
B=8.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal101178250.4300.860.3090.275.3739.8
Hex65B2192B0561E5a4b28
Octal145262315301263613211350
Binary11001011011001011001101011010101101111010110101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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