#6CD65F

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

Shades of Pastel Green #6CD65F

Tints of Pastel Green #6CD65F

Color information

#6CD65F (or 0x6CD65F) is unknown color: approx Pastel Green. HEX triplet: 6C, D6 and 5F. RGB value is (108,214,95). Sum of RGB (Red+Green+Blue) = 108+214+95=417 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.90% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #6CD65F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD65F is #9329A0. Grayscale: #A9A9A9. Windows color (decimal): -9644449 or 6280812. OLE color: 6280812.

HSL color Cylindrical-coordinate representation of color #6CD65F: hue angle of 113.45º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CD65F is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB10821495-
CMYK0.5000.560.16
HSL113.45º59.2%60.59%-
HSV(B)113.45º55.61%83.92%-
XYZ32.352.1119.18-
YUV168.7486.3884.68-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.90%
GREEN value IS 214 (83.98% from 255) = 51.32%
BLUE value IS 95 (37.5% from 255) = 22.78%
R=25.90%
G=51.32%
B=22.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal108214950.5000.560.16113.4559.260.59
Hex6CD65F3203810713b3d
Octal15432613762070201617375
Binary11011001101011010111111100100111000100001110001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CD65F; }

 p { color: rgb(108,214,95); }

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

<style>
 a { background-color: #6CD65F; }

 a { background-color: rgb(108,214,95); }

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

<style>
 span { border-color: #6CD65F; }

 span { border-color: rgb(108,214,95); }

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