#65D65C

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

Shades of Pastel Green #65D65C

Tints of Pastel Green #65D65C

Color information

#65D65C (or 0x65D65C) is unknown color: approx Pastel Green. HEX triplet: 65, D6 and 5C. RGB value is (101,214,92). Sum of RGB (Red+Green+Blue) = 101+214+92=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 214 (83.98% from 255 or 52.58% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 214 - color contains mainly: green. Hex color #65D65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D65C is #9A29A3. Grayscale: #A6A6A6. Windows color (decimal): -10103204 or 6084197. OLE color: 6084197.

HSL color Cylindrical-coordinate representation of color #65D65C: hue angle of 115.57º 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 #65D65C is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB10121492-
CMYK0.5300.570.16
HSL115.57º59.8%60%-
HSV(B)115.57º57.01%83.92%-
XYZ31.3551.6318.44-
YUV166.386.0681.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.82%
GREEN value IS 214 (83.98% from 255) = 52.58%
BLUE value IS 92 (36.33% from 255) = 22.60%
R=24.82%
G=52.58%
B=22.60%

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
Decimal101214920.5300.570.16115.5759.860
Hex65D65C3503910743c3c
Octal14532613465071201647474
Binary11001011101011010111001101010111001100001110100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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