#65EF20

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

Shades of Bright Green #65EF20

Tints of Bright Green #65EF20

Color information

#65EF20 (or 0x65EF20) is unknown color: approx Bright Green. HEX triplet: 65, EF and 20. RGB value is (101,239,32). Sum of RGB (Red+Green+Blue) = 101+239+32=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 239 (93.75% from 255 or 64.25% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 239 - color contains mainly: green. Hex color #65EF20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #65EF20 is #9A10DF. Grayscale: #AEAEAE. Windows color (decimal): -10096864 or 2158437. OLE color: 2158437.

HSL color Cylindrical-coordinate representation of color #65EF20: hue angle of 100º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #65EF20 is Cyan = 0.58, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB10123932-
CMYK0.5800.870.06
HSL100º86.61%53.14%-
HSV(B)100º86.61%93.73%-
XYZ36.4964.611.91-
YUV174.1447.7875.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.15%
GREEN value IS 239 (93.75% from 255) = 64.25%
BLUE value IS 32 (12.89% from 255) = 8.60%
R=27.15%
G=64.25%
B=8.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal101239320.5800.870.0610086.6153.14
Hex65EF203A0576645735
Octal14535740720127614412765
Binary1100101111011111000001110100101011111011001001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,239,32); }

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

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

 a { background-color: rgb(101,239,32); }

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

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

 span { border-color: rgb(101,239,32); }

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