Html Css Color HEX #65D965 Pastel Green

📋 copy color: '#65D965'

red 101 ◦ green 217 ◦ blue 101

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

Shades of Pastel Green #65D965

Tints of Pastel Green #65D965

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.79%

 BLUE value IS 101 (39.84% from 255) = 24.11%

R = 24.11%
G = 51.79%
B = 24.11%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#65D965 (or 0x65D965) is known color: Pastel Green. HEX triplet: 65, D9 and 65. RGB value is (101,217,101). Sum of RGB (Red+Green+Blue) = 101+217+101=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 217 (85.16% from 255 or 51.79% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 217 - color contains mainly: green. Hex color #65D965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D965 is #9A269A. Grayscale: #A9A9A9. Windows color (decimal): -10102427 or 6674789. OLE color: 6674789.

HSL color Cylindrical-coordinate representation of color #65D965: hue angle of 120º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D965 is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 217 101 -
CMYK 0.53 0 0.53 0.15
HSL 120º 0.6% 0.62% -
HSV(B) 120º 0.53% 0.85% -
XYZ 32.53 53.33 20.89 -
YUV 169.09 89.57 79.43 -
System Red Green Blue C M Y K H S L
Decimal 101 217 101 0.53 0 0.53 0.15 120 0.6 0.62
Hex 65 D9 65 35 0 35 F 78 3C 3E
Octal 145 331 145 65 0 65 17 170 74 76
Binary 1100101 11011001 1100101 110101 0 110101 1111 1111000 111100 111110

Color Harmonies of #65D965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D965

Black with #65D965

Text Example


Text Example

White with #65D965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,217,101); }

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

background-color css

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

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

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

border-color css

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

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

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