#65BB15

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

Shades of Christi #65BB15

Tints of Christi #65BB15

Color information

#65BB15 (or 0x65BB15) is unknown color: approx Christi. HEX triplet: 65, BB and 15. RGB value is (101,187,21). Sum of RGB (Red+Green+Blue) = 101+187+21=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 187 (73.44% from 255 or 60.52% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 187 - color contains mainly: green. Hex color #65BB15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65BB15 is #9A44EA. Grayscale: #8E8E8E. Windows color (decimal): -10110187 or 1424229. OLE color: 1424229.

HSL color Cylindrical-coordinate representation of color #65BB15: hue angle of 91.08º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65BB15 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB10118721-
CMYK0.4600.890.27
HSL91.08º79.81%40.78%-
HSV(B)91.08º88.77%73.33%-
XYZ23.2738.366.89-
YUV142.3659.5198.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.69%
GREEN value IS 187 (73.44% from 255) = 60.52%
BLUE value IS 21 (8.59% from 255) = 6.80%
R=32.69%
G=60.52%
B=6.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101187210.4600.890.2791.0879.8140.78
Hex65BB152E0591B5b5029
Octal145273255601313313312051
Binary11001011011101110101101110010110011101110110111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BB15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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