Html Css Color HEX #65D960 Pastel Green

📋 copy color: '#65D960'

red 101 ◦ green 217 ◦ blue 96

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

Shades of Pastel Green #65D960

Tints of Pastel Green #65D960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.19%

R = 24.4%
G = 52.42%
B = 23.19%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#65D960 (or 0x65D960) is known color: Pastel Green. HEX triplet: 65, D9 and 60. RGB value is (101,217,96). Sum of RGB (Red+Green+Blue) = 101+217+96=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 217 (85.16% from 255 or 52.42% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 217 - color contains mainly: green. Hex color #65D960 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D960 is #9A269F. Grayscale: #A8A8A8. Windows color (decimal): -10102432 or 6347109. OLE color: 6347109.

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

Color convert

RGB 101 217 96 -
CMYK 0.53 0 0.56 0.15
HSL 117.52º 0.61% 0.61% -
HSV(B) 117.52º 0.56% 0.85% -
XYZ 32.29 53.24 19.64 -
YUV 168.52 87.07 79.84 -
System Red Green Blue C M Y K H S L
Decimal 101 217 96 0.53 0 0.56 0.15 117.52 0.61 0.61
Hex 65 D9 60 35 0 38 F 76 3D 3D
Octal 145 331 140 65 0 70 17 166 75 75
Binary 1100101 11011001 1100000 110101 0 111000 1111 1110110 111101 111101

Color Harmonies of #65D960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D960

Black with #65D960

Text Example


Text Example

White with #65D960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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