Html Css Color HEX #65D600 Bright Green

📋 copy color: '#65D600'

red 101 ◦ green 214 ◦ blue 0

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

Shades of Bright Green #65D600

Tints of Bright Green #65D600

RGB

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

 GREEN value IS 214 (83.98% from 255) = 67.94%

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

R = 32.06%
G = 67.94%
B = 0%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#65D600 (or 0x65D600) is known color: Bright Green. HEX triplet: 65, D6 and 00. RGB value is (101,214,0). Sum of RGB (Red+Green+Blue) = 101+214+0=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 214 (83.98% from 255 or 67.94% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 214 - color contains mainly: green. Hex color #65D600 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D600 is #9A29FF. Grayscale: #9C9C9C. Windows color (decimal): -10103296 or 54885. OLE color: 54885.

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

Color convert

RGB 101 214 0 -
CMYK 0.53 0 1 0.16
HSL 91.68º 1% 0.42% -
HSV(B) 91.68º 1% 0.84% -
XYZ 29.41 50.86 8.27 -
YUV 155.82 40.06 88.9 -
System Red Green Blue C M Y K H S L
Decimal 101 214 0 0.53 0 1 0.16 91.68 1 0.42
Hex 65 D6 0 35 0 64 10 5C 64 2A
Octal 145 326 0 65 0 144 20 134 144 52
Binary 1100101 11010110 0 110101 0 1100100 10000 1011100 1100100 101010

Color Harmonies of #65D600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D600

Black with #65D600

Text Example


Text Example

White with #65D600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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