Html Css Color HEX #65EB8D Pastel Green

📋 copy color: '#65EB8D'

red 101 ◦ green 235 ◦ blue 141

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

Shades of Pastel Green #65EB8D

Tints of Pastel Green #65EB8D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.27%

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

R = 21.17%
G = 49.27%
B = 29.56%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#65EB8D (or 0x65EB8D) is known color: Pastel Green. HEX triplet: 65, EB and 8D. RGB value is (101,235,141). Sum of RGB (Red+Green+Blue) = 101+235+141=477 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.17% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #65EB8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EB8D is #9A1472. Grayscale: #B8B8B8. Windows color (decimal): -10097779 or 9300837. OLE color: 9300837.

HSL color Cylindrical-coordinate representation of color #65EB8D: hue angle of 137.91º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EB8D is Cyan = 0.57, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 235 141 -
CMYK 0.57 0 0.4 0.08
HSL 137.91º 0.77% 0.66% -
HSV(B) 137.91º 0.57% 0.92% -
XYZ 39.88 64.11 35.47 -
YUV 184.22 103.61 68.64 -
System Red Green Blue C M Y K H S L
Decimal 101 235 141 0.57 0 0.4 0.08 137.91 0.77 0.66
Hex 65 EB 8D 39 0 28 8 8A 4D 42
Octal 145 353 215 71 0 50 10 212 115 102
Binary 1100101 11101011 10001101 111001 0 101000 1000 10001010 1001101 1000010

Color Harmonies of #65EB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EB8D

Black with #65EB8D

Text Example


Text Example

White with #65EB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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