Html Css Color HEX #65EC85 Pastel Green

📋 copy color: '#65EC85'

red 101 ◦ green 236 ◦ blue 133

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

Shades of Pastel Green #65EC85

Tints of Pastel Green #65EC85

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.21%

 BLUE value IS 133 (52.34% from 255) = 28.3%

R = 21.49%
G = 50.21%
B = 28.3%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#65EC85 (or 0x65EC85) is known color: Pastel Green. HEX triplet: 65, EC and 85. RGB value is (101,236,133). Sum of RGB (Red+Green+Blue) = 101+236+133=470 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.49% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #65EC85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EC85 is #9A137A. Grayscale: #B8B8B8. Windows color (decimal): -10097531 or 8776805. OLE color: 8776805.

HSL color Cylindrical-coordinate representation of color #65EC85: hue angle of 134.22º degrees, saturation: 0.78, 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 #65EC85 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 236 133 -
CMYK 0.57 0 0.44 0.07
HSL 134.22º 0.78% 0.66% -
HSV(B) 134.22º 0.57% 0.93% -
XYZ 39.6 64.45 32.54 -
YUV 183.89 99.27 68.88 -
System Red Green Blue C M Y K H S L
Decimal 101 236 133 0.57 0 0.44 0.07 134.22 0.78 0.66
Hex 65 EC 85 39 0 2C 7 86 4E 42
Octal 145 354 205 71 0 54 7 206 116 102
Binary 1100101 11101100 10000101 111001 0 101100 111 10000110 1001110 1000010

Color Harmonies of #65EC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EC85

Black with #65EC85

Text Example


Text Example

White with #65EC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,236,133); }

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

background-color css

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

 a { background-color: rgb(101,236,133); }

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

border-color css

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

 span { border-color: rgb(101,236,133); }

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