Html Css Color HEX #65D772 Pastel Green

📋 copy color: '#65D772'

red 101 ◦ green 215 ◦ blue 114

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

Shades of Pastel Green #65D772

Tints of Pastel Green #65D772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.51%

R = 23.49%
G = 50%
B = 26.51%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#65D772 (or 0x65D772) is known color: Pastel Green. HEX triplet: 65, D7 and 72. RGB value is (101,215,114). Sum of RGB (Red+Green+Blue) = 101+215+114=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 215 (84.38% from 255 or 50% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 215 - color contains mainly: green. Hex color #65D772 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D772 is #9A288D. Grayscale: #A9A9A9. Windows color (decimal): -10102926 or 7526245. OLE color: 7526245.

HSL color Cylindrical-coordinate representation of color #65D772: hue angle of 126.84º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D772 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 215 114 -
CMYK 0.53 0 0.47 0.16
HSL 126.84º 0.59% 0.62% -
HSV(B) 126.84º 0.53% 0.84% -
XYZ 32.7 52.58 24.35 -
YUV 169.4 96.73 79.21 -
System Red Green Blue C M Y K H S L
Decimal 101 215 114 0.53 0 0.47 0.16 126.84 0.59 0.62
Hex 65 D7 72 35 0 2F 10 7F 3B 3E
Octal 145 327 162 65 0 57 20 177 73 76
Binary 1100101 11010111 1110010 110101 0 101111 10000 1111111 111011 111110

Color Harmonies of #65D772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D772

Black with #65D772

Text Example


Text Example

White with #65D772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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