#65D75D

Color #65D75D Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #65D75D

Tints of Pastel Green #65D75D

Color information

#65D75D (or 0x65D75D) is unknown color: approx Pastel Green. HEX triplet: 65, D7 and 5D. RGB value is (101,215,93). Sum of RGB (Red+Green+Blue) = 101+215+93=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 215 (84.38% from 255 or 52.57% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 215 - color contains mainly: green. Hex color #65D75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D75D is #9A28A2. Grayscale: #A7A7A7. Windows color (decimal): -10102947 or 6149989. OLE color: 6149989.

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

Color convert

RGB10121593-
CMYK0.5300.570.16
HSL116.07º60.4%60.39%-
HSV(B)116.07º56.74%84.31%-
XYZ31.6452.1618.76-
YUV167.0186.2380.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.69%
GREEN value IS 215 (84.38% from 255) = 52.57%
BLUE value IS 93 (36.72% from 255) = 22.74%
R=24.69%
G=52.57%
B=22.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal101215930.5300.570.16116.0760.460.39
Hex65D75D3503910743c3c
Octal14532713565071201647474
Binary11001011101011110111011101010111001100001110100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,215,93); }

 H1.HeaderClassName
 {
   color: #65D75D;
 }
 .AnyTagClassName
 {
   color: #65D75D;
 }
</style>
background-color css

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

 a { background-color: rgb(101,215,93); }

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

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

 span { border-color: rgb(101,215,93); }

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