Html Css Color HEX #65DF60 Pastel Green

📋 copy color: '#65DF60'

red 101 ◦ green 223 ◦ blue 96

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

Shades of Pastel Green #65DF60

Tints of Pastel Green #65DF60

RGB

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

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

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

R = 24.05%
G = 53.1%
B = 22.86%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#65DF60 (or 0x65DF60) is known color: Pastel Green. HEX triplet: 65, DF and 60. RGB value is (101,223,96). Sum of RGB (Red+Green+Blue) = 101+223+96=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #65DF60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DF60 is #9A209F. Grayscale: #ACACAC. Windows color (decimal): -10100896 or 6348645. OLE color: 6348645.

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

Color convert

RGB 101 223 96 -
CMYK 0.55 0 0.57 0.13
HSL 117.64º 0.66% 0.63% -
HSV(B) 117.64º 0.57% 0.87% -
XYZ 33.87 56.39 20.17 -
YUV 172.04 85.08 77.33 -
System Red Green Blue C M Y K H S L
Decimal 101 223 96 0.55 0 0.57 0.13 117.64 0.66 0.63
Hex 65 DF 60 37 0 39 D 76 42 3F
Octal 145 337 140 67 0 71 15 166 102 77
Binary 1100101 11011111 1100000 110111 0 111001 1101 1110110 1000010 111111

Color Harmonies of #65DF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DF60

Black with #65DF60

Text Example


Text Example

White with #65DF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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