Html Css Color HEX #65DF7D Pastel Green

📋 copy color: '#65DF7D'

red 101 ◦ green 223 ◦ blue 125

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

Shades of Pastel Green #65DF7D

Tints of Pastel Green #65DF7D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.67%

 BLUE value IS 125 (49.22% from 255) = 27.84%

R = 22.49%
G = 49.67%
B = 27.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#65DF7D (or 0x65DF7D) is known color: Pastel Green. HEX triplet: 65, DF and 7D. RGB value is (101,223,125). Sum of RGB (Red+Green+Blue) = 101+223+125=449 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.49% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #65DF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DF7D is #9A2082. Grayscale: #AFAFAF. Windows color (decimal): -10100867 or 8249189. OLE color: 8249189.

HSL color Cylindrical-coordinate representation of color #65DF7D: hue angle of 131.8º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DF7D is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 223 125 -
CMYK 0.55 0 0.44 0.13
HSL 131.8º 0.66% 0.64% -
HSV(B) 131.8º 0.55% 0.87% -
XYZ 35.46 57.02 28.54 -
YUV 175.35 99.58 74.97 -
System Red Green Blue C M Y K H S L
Decimal 101 223 125 0.55 0 0.44 0.13 131.8 0.66 0.64
Hex 65 DF 7D 37 0 2C D 84 42 40
Octal 145 337 175 67 0 54 15 204 102 100
Binary 1100101 11011111 1111101 110111 0 101100 1101 10000100 1000010 1000000

Color Harmonies of #65DF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DF7D

Black with #65DF7D

Text Example


Text Example

White with #65DF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,223,125); }

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

background-color css

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

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

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

border-color css

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

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

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