#6FD384

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

Shades of Pastel Green #6FD384

Tints of Pastel Green #6FD384

Color information

#6FD384 (or 0x6FD384) is unknown color: approx Pastel Green. HEX triplet: 6F, D3 and 84. RGB value is (111,211,132). Sum of RGB (Red+Green+Blue) = 111+211+132=454 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.45% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 211 - color contains mainly: green. Hex color #6FD384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD384 is #902C7B. Grayscale: #ACACAC. Windows color (decimal): -9448572 or 8704879. OLE color: 8704879.

HSL color Cylindrical-coordinate representation of color #6FD384: hue angle of 132.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD384 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB111211132-
CMYK0.4700.370.17
HSL132.6º53.19%63.14%-
HSV(B)132.6º47.39%82.75%-
XYZ34.0151.6330-
YUV172.09105.3784.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.45%
GREEN value IS 211 (82.81% from 255) = 46.48%
BLUE value IS 132 (51.95% from 255) = 29.07%
R=24.45%
G=46.48%
B=29.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1112111320.4700.370.17132.653.1963.14
Hex6FD3842F0251185353f
Octal15732320457045212056577
Binary1101111110100111000010010111101001011000110000101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,211,132); }

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

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

 a { background-color: rgb(111,211,132); }

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

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

 span { border-color: rgb(111,211,132); }

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