Html Css Color HEX #65D97A Pastel Green

📋 copy color: '#65D97A'

red 101 ◦ green 217 ◦ blue 122

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

Shades of Pastel Green #65D97A

Tints of Pastel Green #65D97A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.73%

R = 22.95%
G = 49.32%
B = 27.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#65D97A (or 0x65D97A) is known color: Pastel Green. HEX triplet: 65, D9 and 7A. RGB value is (101,217,122). Sum of RGB (Red+Green+Blue) = 101+217+122=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #65D97A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D97A is #9A2685. Grayscale: #ABABAB. Windows color (decimal): -10102406 or 8051045. OLE color: 8051045.

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

Color convert

RGB 101 217 122 -
CMYK 0.53 0 0.44 0.15
HSL 130.86º 0.6% 0.62% -
HSV(B) 130.86º 0.53% 0.85% -
XYZ 33.69 53.8 27.02 -
YUV 171.49 100.07 77.72 -
System Red Green Blue C M Y K H S L
Decimal 101 217 122 0.53 0 0.44 0.15 130.86 0.6 0.62
Hex 65 D9 7A 35 0 2C F 83 3C 3E
Octal 145 331 172 65 0 54 17 203 74 76
Binary 1100101 11011001 1111010 110101 0 101100 1111 10000011 111100 111110

Color Harmonies of #65D97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D97A

Black with #65D97A

Text Example


Text Example

White with #65D97A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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