Html Css Color HEX #65ED00 Bright Green

📋 copy color: '#65ED00'

red 101 ◦ green 237 ◦ blue 0

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

Shades of Bright Green #65ED00

Tints of Bright Green #65ED00

RGB

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

 GREEN value IS 237 (92.97% from 255) = 70.12%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 29.88%
G = 70.12%
B = 0%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#65ED00 (or 0x65ED00) is known color: Bright Green. HEX triplet: 65, ED and 00. RGB value is (101,237,0). Sum of RGB (Red+Green+Blue) = 101+237+0=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 237 (92.97% from 255 or 70.12% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 237 - color contains mainly: green. Hex color #65ED00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65ED00 is #9A12FF. Grayscale: #AAAAAA. Windows color (decimal): -10097408 or 60773. OLE color: 60773.

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

Color convert

RGB 101 237 0 -
CMYK 0.57 0 1 0.07
HSL 94.43º 1% 0.46% -
HSV(B) 94.43º 1% 0.93% -
XYZ 35.65 63.34 10.35 -
YUV 169.32 32.44 79.27 -
System Red Green Blue C M Y K H S L
Decimal 101 237 0 0.57 0 1 0.07 94.43 1 0.46
Hex 65 ED 0 39 0 64 7 5E 64 2E
Octal 145 355 0 71 0 144 7 136 144 56
Binary 1100101 11101101 0 111001 0 1100100 111 1011110 1100100 101110

Color Harmonies of #65ED00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ED00

Black with #65ED00

Text Example


Text Example

White with #65ED00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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