Html Css Color HEX #65D85C Pastel Green

📋 copy color: '#65D85C'

red 101 ◦ green 216 ◦ blue 92

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

Shades of Pastel Green #65D85C

Tints of Pastel Green #65D85C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.81%

 BLUE value IS 92 (36.33% from 255) = 22.49%

R = 24.69%
G = 52.81%
B = 22.49%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#65D85C (or 0x65D85C) is known color: Pastel Green. HEX triplet: 65, D8 and 5C. RGB value is (101,216,92). Sum of RGB (Red+Green+Blue) = 101+216+92=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 216 (84.77% from 255 or 52.81% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 216 - color contains mainly: green. Hex color #65D85C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D85C is #9A27A3. Grayscale: #A7A7A7. Windows color (decimal): -10102692 or 6084709. OLE color: 6084709.

HSL color Cylindrical-coordinate representation of color #65D85C: hue angle of 115.65º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65D85C is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 216 92 -
CMYK 0.53 0 0.57 0.15
HSL 115.65º 0.61% 0.6% -
HSV(B) 115.65º 0.57% 0.85% -
XYZ 31.85 52.65 18.61 -
YUV 167.48 85.4 80.58 -
System Red Green Blue C M Y K H S L
Decimal 101 216 92 0.53 0 0.57 0.15 115.65 0.61 0.6
Hex 65 D8 5C 35 0 39 F 74 3D 3C
Octal 145 330 134 65 0 71 17 164 75 74
Binary 1100101 11011000 1011100 110101 0 111001 1111 1110100 111101 111100

Color Harmonies of #65D85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D85C

Black with #65D85C

Text Example


Text Example

White with #65D85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,216,92); }

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

background-color css

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

 a { background-color: rgb(101,216,92); }

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

border-color css

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

 span { border-color: rgb(101,216,92); }

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