Html Css Color HEX #65ED8D Pastel Green

📋 copy color: '#65ED8D'

red 101 ◦ green 237 ◦ blue 141

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

Shades of Pastel Green #65ED8D

Tints of Pastel Green #65ED8D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.48%

 BLUE value IS 141 (55.47% from 255) = 29.44%

R = 21.09%
G = 49.48%
B = 29.44%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#65ED8D (or 0x65ED8D) is known color: Pastel Green. HEX triplet: 65, ED and 8D. RGB value is (101,237,141). Sum of RGB (Red+Green+Blue) = 101+237+141=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #65ED8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65ED8D is #9A1272. Grayscale: #B9B9B9. Windows color (decimal): -10097267 or 9301349. OLE color: 9301349.

HSL color Cylindrical-coordinate representation of color #65ED8D: hue angle of 137.65º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65ED8D is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 237 141 -
CMYK 0.57 0 0.41 0.07
HSL 137.65º 0.79% 0.66% -
HSV(B) 137.65º 0.57% 0.93% -
XYZ 40.46 65.26 35.66 -
YUV 185.39 102.94 67.81 -
System Red Green Blue C M Y K H S L
Decimal 101 237 141 0.57 0 0.41 0.07 137.65 0.79 0.66
Hex 65 ED 8D 39 0 29 7 8A 4F 42
Octal 145 355 215 71 0 51 7 212 117 102
Binary 1100101 11101101 10001101 111001 0 101001 111 10001010 1001111 1000010

Color Harmonies of #65ED8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ED8D

Black with #65ED8D

Text Example


Text Example

White with #65ED8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,237,141); }

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

background-color css

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

 a { background-color: rgb(101,237,141); }

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

border-color css

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

 span { border-color: rgb(101,237,141); }

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