#65BC00

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

Shades of Christi #65BC00

Tints of Christi #65BC00

Color information

#65BC00 (or 0x65BC00) is unknown color: approx Christi. HEX triplet: 65, BC and 00. RGB value is (101,188,0). Sum of RGB (Red+Green+Blue) = 101+188+0=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 188 (73.83% from 255 or 65.05% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65BC00 is #9A43FF. Grayscale: #8D8D8D. Windows color (decimal): -10109952 or 48229. OLE color: 48229.

HSL color Cylindrical-coordinate representation of color #65BC00: hue angle of 87.77º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65BC00 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB1011880-
CMYK0.46010.26
HSL87.77º100%36.86%-
HSV(B)87.77º100%73.73%-
XYZ23.3538.736.25-
YUV140.5648.6899.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.95%
GREEN value IS 188 (73.83% from 255) = 65.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.95%
G=65.05%
B=0%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10118800.46010.2687.7710036.86
Hex65BC02E0641A586425
Octal14527405601443213014445
Binary1100101101111000101110011001001101010110001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,188,0); }

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

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

 a { background-color: rgb(101,188,0); }

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

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

 span { border-color: rgb(101,188,0); }

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