#65FF00

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

Shades of Bright Green #65FF00

Tints of Bright Green #65FF00

Color information

#65FF00 (or 0x65FF00) is unknown color: approx Bright Green. HEX triplet: 65, FF and 00. RGB value is (101,255,0). Sum of RGB (Red+Green+Blue) = 101+255+0=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 255 (100% from 255 or 71.63% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 255 - color contains mainly: green. Hex color #65FF00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65FF00 is #9A00FF. Grayscale: #B4B4B4. Windows color (decimal): -10092800 or 65381. OLE color: 65381.

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

Color convert

RGB1012550-
CMYK0.60010
HSL96.24º100%50%-
HSV(B)96.24º100%100%-
XYZ41.1374.2912.17-
YUV179.8826.4871.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.37%
GREEN value IS 255 (100% from 255) = 71.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.37%
G=71.63%
B=0%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal10125500.6001096.2410050
Hex65FF03C0640606432
Octal1453770740144014014462
Binary110010111111111011110001100100011000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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