#65b725

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

Shades of Christi #65B725

Tints of Christi #65B725

Color information

#65B725 (or 0x65B725) is unknown color: approx Christi. HEX triplet: 65, B7 and 25. RGB value is (101,183,37). Sum of RGB (Red+Green+Blue) = 101+183+37=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 183 (71.88% from 255 or 57.01% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 183 - color contains mainly: green. Hex color #65B725 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65B725 is #9A48DA. Grayscale: #8E8E8E. Windows color (decimal): -10111195 or 2471781. OLE color: 2471781.

HSL color Cylindrical-coordinate representation of color #65B725: hue angle of 93.7º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65B725 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB10118337-
CMYK0.4500.800.28
HSL93.7º66.36%43.14%-
HSV(B)93.7º79.78%71.76%-
XYZ22.6336.777.65-
YUV141.8468.8398.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.46%
GREEN value IS 183 (71.88% from 255) = 57.01%
BLUE value IS 37 (14.84% from 255) = 11.53%
R=31.46%
G=57.01%
B=11.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal101183370.4500.800.2893.766.3643.14
Hex65B7252D0501C5e422b
Octal145267455501203413610253
Binary110010110110111100101101101010100001110010111101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65b725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,183,37); }

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

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

 a { background-color: rgb(101,183,37); }

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

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

 span { border-color: rgb(101,183,37); }

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