Html Css Color HEX #65D964 Pastel Green

📋 copy color: '#65D964'

red 101 ◦ green 217 ◦ blue 100

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

Shades of Pastel Green #65D964

Tints of Pastel Green #65D964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.92%

R = 24.16%
G = 51.91%
B = 23.92%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#65D964 (or 0x65D964) is known color: Pastel Green. HEX triplet: 65, D9 and 64. RGB value is (101,217,100). Sum of RGB (Red+Green+Blue) = 101+217+100=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 217 (85.16% from 255 or 51.91% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 217 - color contains mainly: green. Hex color #65D964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D964 is #9A269B. Grayscale: #A9A9A9. Windows color (decimal): -10102428 or 6609253. OLE color: 6609253.

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

Color convert

RGB 101 217 100 -
CMYK 0.53 0 0.54 0.15
HSL 119.49º 0.61% 0.62% -
HSV(B) 119.49º 0.54% 0.85% -
XYZ 32.48 53.31 20.64 -
YUV 168.98 89.07 79.51 -
System Red Green Blue C M Y K H S L
Decimal 101 217 100 0.53 0 0.54 0.15 119.49 0.61 0.62
Hex 65 D9 64 35 0 36 F 77 3D 3E
Octal 145 331 144 65 0 66 17 167 75 76
Binary 1100101 11011001 1100100 110101 0 110110 1111 1110111 111101 111110

Color Harmonies of #65D964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D964

Black with #65D964

Text Example


Text Example

White with #65D964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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