Html Css Color HEX #65FE01 Bright Green

📋 copy color: '#65FE01'

red 101 ◦ green 254 ◦ blue 1

#65FE01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #65FE01

Tints of Bright Green #65FE01

RGB

 RED value IS 101 (39.84% from 255) = 28.37%

 GREEN value IS 254 (99.61% from 255) = 71.35%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 28.37%
G = 71.35%
B = 0.28%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#65FE01 (or 0x65FE01) is known color: Bright Green. HEX triplet: 65, FE and 01. RGB value is (101,254,1). Sum of RGB (Red+Green+Blue) = 101+254+1=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 254 (99.61% from 255 or 71.35% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 254 - color contains mainly: green. Hex color #65FE01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65FE01 is #9A01FE. Grayscale: #B4B4B4. Windows color (decimal): -10093055 or 130661. OLE color: 130661.

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

Color convert

RGB 101 254 1 -
CMYK 0.60 0 1.00 0.00
HSL 96.28º 0.99% 0.5% -
HSV(B) 96.28º 1% 1% -
XYZ 40.81 73.65 12.09 -
YUV 179.41 27.31 72.07 -
System Red Green Blue C M Y K H S L
Decimal 101 254 1 0.60 0 1.00 0.00 96.28 0.99 0.5
Hex 65 FE 1 3C 0 64 0 60 63 32
Octal 145 376 1 74 0 144 0 140 143 62
Binary 1100101 11111110 1 111100 0 1100100 0 1100000 1100011 110010

Color Harmonies of #65FE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65FE01

Black with #65FE01

Text Example


Text Example

White with #65FE01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,254,1); }

 H1.HeaderClassName
 {
   color: #65FE01;
 }
 .AnyTagClassName
 {
   color: #65FE01;
 }
</style>

background-color css

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

 a { background-color: rgb(101,254,1); }

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

border-color css

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

 span { border-color: rgb(101,254,1); }

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