Html Css Color HEX #65D700 Bright Green

📋 copy color: '#65D700'

red 101 ◦ green 215 ◦ blue 0

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

Shades of Bright Green #65D700

Tints of Bright Green #65D700

RGB

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

 GREEN value IS 215 (84.38% from 255) = 68.04%

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

R = 31.96%
G = 68.04%
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

#65D700 (or 0x65D700) is known color: Bright Green. HEX triplet: 65, D7 and 00. RGB value is (101,215,0). Sum of RGB (Red+Green+Blue) = 101+215+0=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 215 (84.38% from 255 or 68.04% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 215 - color contains mainly: green. Hex color #65D700 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D700 is #9A28FF. Grayscale: #9D9D9D. Windows color (decimal): -10103040 or 55141. OLE color: 55141.

HSL color Cylindrical-coordinate representation of color #65D700: hue angle of 91.81º 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 #65D700 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 215 0 -
CMYK 0.53 0 1 0.16
HSL 91.81º 1% 0.42% -
HSV(B) 91.81º 1% 0.84% -
XYZ 29.67 51.37 8.35 -
YUV 156.4 39.73 88.48 -
System Red Green Blue C M Y K H S L
Decimal 101 215 0 0.53 0 1 0.16 91.81 1 0.42
Hex 65 D7 0 35 0 64 10 5C 64 2A
Octal 145 327 0 65 0 144 20 134 144 52
Binary 1100101 11010111 0 110101 0 1100100 10000 1011100 1100100 101010

Color Harmonies of #65D700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D700

Black with #65D700

Text Example


Text Example

White with #65D700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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